Html Css Color HEX #BBEDDC Water Leaf

📋 copy color: '#BBEDDC'

red 187 ◦ green 237 ◦ blue 220

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

Shades of Water Leaf #BBEDDC

Tints of Water Leaf #BBEDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 29.04%
G = 36.8%
B = 34.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BBEDDC (or 0xBBEDDC) is known color: Water Leaf. HEX triplet: BB, ED and DC. RGB value is (187,237,220). Sum of RGB (Red+Green+Blue) = 187+237+220=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDC is #441223. Grayscale: #DCDCDC. Windows color (decimal): -4461092 or 14478779. OLE color: 14478779.

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

Color convert

RGB 187 237 220 -
CMYK 0.21 0 0.07 0.07
HSL 159.6º 0.58% 0.83% -
HSV(B) 159.6º 0.21% 0.93% -
XYZ 63.7 76.3 79.08 -
YUV 220.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 187 237 220 0.21 0 0.07 0.07 159.6 0.58 0.83
Hex BB ED DC 15 0 7 7 A0 3A 53
Octal 273 355 334 25 0 7 7 240 72 123
Binary 10111011 11101101 11011100 10101 0 111 111 10100000 111010 1010011

Color Harmonies of #BBEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDDC

Black with #BBEDDC

Text Example


Text Example

White with #BBEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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