Html Css Color HEX #BBF3DE Water Leaf

📋 copy color: '#BBF3DE'

red 187 ◦ green 243 ◦ blue 222

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

Shades of Water Leaf #BBF3DE

Tints of Water Leaf #BBF3DE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.27%

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

R = 28.68%
G = 37.27%
B = 34.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BBF3DE (or 0xBBF3DE) is known color: Water Leaf. HEX triplet: BB, F3 and DE. RGB value is (187,243,222). Sum of RGB (Red+Green+Blue) = 187+243+222=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3DE is #440C21. Grayscale: #DFDFDF. Windows color (decimal): -4459554 or 14611387. OLE color: 14611387.

HSL color Cylindrical-coordinate representation of color #BBF3DE: hue angle of 157.5º degrees, saturation: 0.7, 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 #BBF3DE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 222 -
CMYK 0.23 0 0.09 0.05
HSL 157.5º 0.7% 0.84% -
HSV(B) 157.5º 0.23% 0.95% -
XYZ 65.73 79.94 81.07 -
YUV 223.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 187 243 222 0.23 0 0.09 0.05 157.5 0.7 0.84
Hex BB F3 DE 17 0 9 5 9E 46 54
Octal 273 363 336 27 0 11 5 236 106 124
Binary 10111011 11110011 11011110 10111 0 1001 101 10011110 1000110 1010100

Color Harmonies of #BBF3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3DE

Black with #BBF3DE

Text Example


Text Example

White with #BBF3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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