Html Css Color HEX #BBE9E6 Pale Turquoise

📋 copy color: '#BBE9E6'

red 187 ◦ green 233 ◦ blue 230

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

Shades of Pale Turquoise #BBE9E6

Tints of Pale Turquoise #BBE9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.38%

R = 28.77%
G = 35.85%
B = 35.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#BBE9E6 (or 0xBBE9E6) is known color: Pale Turquoise. HEX triplet: BB, E9 and E6. RGB value is (187,233,230). Sum of RGB (Red+Green+Blue) = 187+233+230=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9E6 is #441619. Grayscale: #DADADA. Windows color (decimal): -4462106 or 15133115. OLE color: 15133115.

HSL color Cylindrical-coordinate representation of color #BBE9E6: hue angle of 176.09º 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 #BBE9E6 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 230 -
CMYK 0.20 0 0.01 0.09
HSL 176.09º 0.51% 0.82% -
HSV(B) 176.09º 0.2% 0.91% -
XYZ 63.92 74.56 85.88 -
YUV 218.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 187 233 230 0.20 0 0.01 0.09 176.09 0.51 0.82
Hex BB E9 E6 14 0 1 9 B0 33 52
Octal 273 351 346 24 0 1 11 260 63 122
Binary 10111011 11101001 11100110 10100 0 1 1001 10110000 110011 1010010

Color Harmonies of #BBE9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9E6

Black with #BBE9E6

Text Example


Text Example

White with #BBE9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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