Html Css Color HEX #BBEDDF Water Leaf

📋 copy color: '#BBEDDF'

red 187 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #BBEDDF

Tints of Water Leaf #BBEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.47%

R = 28.9%
G = 36.63%
B = 34.47%

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

#BBEDDF (or 0xBBEDDF) is known color: Water Leaf. HEX triplet: BB, ED and DF. RGB value is (187,237,223). Sum of RGB (Red+Green+Blue) = 187+237+223=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDF is #441220. Grayscale: #DCDCDC. Windows color (decimal): -4461089 or 14675387. OLE color: 14675387.

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

Color convert

RGB 187 237 223 -
CMYK 0.21 0 0.06 0.07
HSL 163.2º 0.58% 0.83% -
HSV(B) 163.2º 0.21% 0.93% -
XYZ 64.1 76.46 81.19 -
YUV 220.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 187 237 223 0.21 0 0.06 0.07 163.2 0.58 0.83
Hex BB ED DF 15 0 6 7 A3 3A 53
Octal 273 355 337 25 0 6 7 243 72 123
Binary 10111011 11101101 11011111 10101 0 110 111 10100011 111010 1010011

Color Harmonies of #BBEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDDF

Black with #BBEDDF

Text Example


Text Example

White with #BBEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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