Html Css Color HEX #BBE9E9 Pale Turquoise

📋 copy color: '#BBE9E9'

red 187 ◦ green 233 ◦ blue 233

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

Shades of Pale Turquoise #BBE9E9

Tints of Pale Turquoise #BBE9E9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 28.64%
G = 35.68%
B = 35.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBE9E9 (or 0xBBE9E9) is known color: Pale Turquoise. HEX triplet: BB, E9 and E9. RGB value is (187,233,233). Sum of RGB (Red+Green+Blue) = 187+233+233=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #BBE9E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9E9 is #441616. Grayscale: #DBDBDB. Windows color (decimal): -4462103 or 15329723. OLE color: 15329723.

HSL color Cylindrical-coordinate representation of color #BBE9E9: hue angle of 180º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9E9 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 233 -
CMYK 0.20 0 0 0.09
HSL 180º 0.51% 0.82% -
HSV(B) 180º 0.2% 0.91% -
XYZ 64.34 74.73 88.12 -
YUV 219.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 187 233 233 0.20 0 0 0.09 180 0.51 0.82
Hex BB E9 E9 14 0 0 9 B4 33 52
Octal 273 351 351 24 0 0 11 264 63 122
Binary 10111011 11101001 11101001 10100 0 0 1001 10110100 110011 1010010

Color Harmonies of #BBE9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9E9

Black with #BBE9E9

Text Example


Text Example

White with #BBE9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9E9; }

 p { color: rgb(187,233,233); }

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

background-color css

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

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

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

border-color css

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

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

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