Html Css Color HEX #BBF2DF Water Leaf

📋 copy color: '#BBF2DF'

red 187 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #BBF2DF

Tints of Water Leaf #BBF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.12%

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

R = 28.68%
G = 37.12%
B = 34.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#BBF2DF (or 0xBBF2DF) is known color: Water Leaf. HEX triplet: BB, F2 and DF. RGB value is (187,242,223). Sum of RGB (Red+Green+Blue) = 187+242+223=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DF is #440D20. Grayscale: #DFDFDF. Windows color (decimal): -4459809 or 14676667. OLE color: 14676667.

HSL color Cylindrical-coordinate representation of color #BBF2DF: hue angle of 159.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 223 -
CMYK 0.23 0 0.08 0.05
HSL 159.27º 0.68% 0.84% -
HSV(B) 159.27º 0.23% 0.95% -
XYZ 65.56 79.4 81.68 -
YUV 223.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 187 242 223 0.23 0 0.08 0.05 159.27 0.68 0.84
Hex BB F2 DF 17 0 8 5 9F 44 54
Octal 273 362 337 27 0 10 5 237 104 124
Binary 10111011 11110010 11011111 10111 0 1000 101 10011111 1000100 1010100

Color Harmonies of #BBF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2DF

Black with #BBF2DF

Text Example


Text Example

White with #BBF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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