Html Css Color HEX #BBF5E4 Water Leaf

📋 copy color: '#BBF5E4'

red 187 ◦ green 245 ◦ blue 228

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

Shades of Water Leaf #BBF5E4

Tints of Water Leaf #BBF5E4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.12%

 BLUE value IS 228 (89.45% from 255) = 34.55%

R = 28.33%
G = 37.12%
B = 34.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#BBF5E4 (or 0xBBF5E4) is known color: Water Leaf. HEX triplet: BB, F5 and E4. RGB value is (187,245,228). Sum of RGB (Red+Green+Blue) = 187+245+228=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5E4 is #440A1B. Grayscale: #E1E1E1. Windows color (decimal): -4459036 or 15005115. OLE color: 15005115.

HSL color Cylindrical-coordinate representation of color #BBF5E4: hue angle of 162.41º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5E4 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 228 -
CMYK 0.24 0 0.07 0.04
HSL 162.41º 0.74% 0.85% -
HSV(B) 162.41º 0.24% 0.96% -
XYZ 67.15 81.47 85.59 -
YUV 225.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 187 245 228 0.24 0 0.07 0.04 162.41 0.74 0.85
Hex BB F5 E4 18 0 7 4 A2 4A 55
Octal 273 365 344 30 0 7 4 242 112 125
Binary 10111011 11110101 11100100 11000 0 111 100 10100010 1001010 1010101

Color Harmonies of #BBF5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF5E4

Black with #BBF5E4

Text Example


Text Example

White with #BBF5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF5E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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