Html Css Color HEX #BBEDDE Water Leaf

📋 copy color: '#BBEDDE'

red 187 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #BBEDDE

Tints of Water Leaf #BBEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.69%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 28.95%
G = 36.69%
B = 34.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BBEDDE (or 0xBBEDDE) is known color: Water Leaf. HEX triplet: BB, ED and DE. RGB value is (187,237,222). Sum of RGB (Red+Green+Blue) = 187+237+222=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDE is #441221. Grayscale: #DCDCDC. Windows color (decimal): -4461090 or 14609851. OLE color: 14609851.

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

Color convert

RGB 187 237 222 -
CMYK 0.21 0 0.06 0.07
HSL 162º 0.58% 0.83% -
HSV(B) 162º 0.21% 0.93% -
XYZ 63.96 76.41 80.48 -
YUV 220.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 187 237 222 0.21 0 0.06 0.07 162 0.58 0.83
Hex BB ED DE 15 0 6 7 A2 3A 53
Octal 273 355 336 25 0 6 7 242 72 123
Binary 10111011 11101101 11011110 10101 0 110 111 10100010 111010 1010011

Color Harmonies of #BBEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDDE

Black with #BBEDDE

Text Example


Text Example

White with #BBEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDDE; }

 p { color: rgb(187,237,222); }

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

background-color css

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

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

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

border-color css

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

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

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