Html Css Color HEX #BBEEEB Pale Turquoise

📋 copy color: '#BBEEEB'

red 187 ◦ green 238 ◦ blue 235

#BBEEEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BBEEEB

Tints of Pale Turquoise #BBEEEB

RGB

 RED value IS 187 (73.44% from 255) = 28.33%

 GREEN value IS 238 (93.36% from 255) = 36.06%

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 28.33%
G = 36.06%
B = 35.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBEEEB (or 0xBBEEEB) is known color: Pale Turquoise. HEX triplet: BB, EE and EB. RGB value is (187,238,235). Sum of RGB (Red+Green+Blue) = 187+238+235=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEEB is #441114. Grayscale: #DEDEDE. Windows color (decimal): -4460821 or 15462075. OLE color: 15462075.

HSL color Cylindrical-coordinate representation of color #BBEEEB: hue angle of 176.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEEB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 235 -
CMYK 0.21 0 0.01 0.07
HSL 176.47º 0.6% 0.83% -
HSV(B) 176.47º 0.21% 0.93% -
XYZ 66.06 77.71 90.12 -
YUV 222.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 187 238 235 0.21 0 0.01 0.07 176.47 0.6 0.83
Hex BB EE EB 15 0 1 7 B0 3C 53
Octal 273 356 353 25 0 1 7 260 74 123
Binary 10111011 11101110 11101011 10101 0 1 111 10110000 111100 1010011

Color Harmonies of #BBEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEEB

Black with #BBEEEB

Text Example


Text Example

White with #BBEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEEB; }

 p { color: rgb(187,238,235); }

 H1.HeaderClassName
 {
   color: #BBEEEB;
 }
 .AnyTagClassName
 {
   color: #BBEEEB;
 }
</style>

background-color css

<style>
 a { background-color: #BBEEEB; }

 a { background-color: rgb(187,238,235); }

 div.DivClassName
 {
   background-color: #BBEEEB;
 }
 .BgClassName
 {
   background-color: #BBEEEB;
 }
</style>

border-color css

<style>
 span { border-color: #BBEEEB; }

 span { border-color: rgb(187,238,235); }

 td.TdClassName
 {
   border-color: #BBEEEB;
 }
 .TagClassName
 {
   border-color: #BBEEEB;
 }
</style>