Html Css Color HEX #BBEEE6 Water Leaf

📋 copy color: '#BBEEE6'

red 187 ◦ green 238 ◦ blue 230

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

Shades of Water Leaf #BBEEE6

Tints of Water Leaf #BBEEE6

RGB

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

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

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

R = 28.55%
G = 36.34%
B = 35.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BBEEE6 (or 0xBBEEE6) is known color: Water Leaf. HEX triplet: BB, EE and E6. RGB value is (187,238,230). Sum of RGB (Red+Green+Blue) = 187+238+230=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEE6 is #441119. Grayscale: #DDDDDD. Windows color (decimal): -4460826 or 15134395. OLE color: 15134395.

HSL color Cylindrical-coordinate representation of color #BBEEE6: hue angle of 170.59º 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 #BBEEE6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 230 -
CMYK 0.21 0 0.03 0.07
HSL 170.59º 0.6% 0.83% -
HSV(B) 170.59º 0.21% 0.93% -
XYZ 65.35 77.43 86.36 -
YUV 221.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 187 238 230 0.21 0 0.03 0.07 170.59 0.6 0.83
Hex BB EE E6 15 0 3 7 AB 3C 53
Octal 273 356 346 25 0 3 7 253 74 123
Binary 10111011 11101110 11100110 10101 0 11 111 10101011 111100 1010011

Color Harmonies of #BBEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEE6

Black with #BBEEE6

Text Example


Text Example

White with #BBEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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