Html Css Color HEX #BBE4DF Water Leaf

📋 copy color: '#BBE4DF'

red 187 ◦ green 228 ◦ blue 223

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

Shades of Water Leaf #BBE4DF

Tints of Water Leaf #BBE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.74%

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

R = 29.31%
G = 35.74%
B = 34.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BBE4DF (or 0xBBE4DF) is known color: Water Leaf. HEX triplet: BB, E4 and DF. RGB value is (187,228,223). Sum of RGB (Red+Green+Blue) = 187+228+223=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4DF is #441B20. Grayscale: #D7D7D7. Windows color (decimal): -4463393 or 14673083. OLE color: 14673083.

HSL color Cylindrical-coordinate representation of color #BBE4DF: hue angle of 172.68º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4DF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 223 -
CMYK 0.18 0 0.02 0.11
HSL 172.68º 0.43% 0.81% -
HSV(B) 172.68º 0.18% 0.89% -
XYZ 61.56 71.38 80.35 -
YUV 215.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 187 228 223 0.18 0 0.02 0.11 172.68 0.43 0.81
Hex BB E4 DF 12 0 2 B AD 2B 51
Octal 273 344 337 22 0 2 13 255 53 121
Binary 10111011 11100100 11011111 10010 0 10 1011 10101101 101011 1010001

Color Harmonies of #BBE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4DF

Black with #BBE4DF

Text Example


Text Example

White with #BBE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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