Html Css Color HEX #BBFBE0 Water Leaf

📋 copy color: '#BBFBE0'

red 187 ◦ green 251 ◦ blue 224

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

Shades of Water Leaf #BBFBE0

Tints of Water Leaf #BBFBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.92%

 BLUE value IS 224 (87.89% from 255) = 33.84%

R = 28.25%
G = 37.92%
B = 33.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#BBFBE0 (or 0xBBFBE0) is known color: Water Leaf. HEX triplet: BB, FB and E0. RGB value is (187,251,224). Sum of RGB (Red+Green+Blue) = 187+251+224=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBE0 is #44041F. Grayscale: #E4E4E4. Windows color (decimal): -4457504 or 14744507. OLE color: 14744507.

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

Color convert

RGB 187 251 224 -
CMYK 0.25 0 0.11 0.02
HSL 154.69º 0.89% 0.86% -
HSV(B) 154.69º 0.25% 0.98% -
XYZ 68.45 84.94 83.31 -
YUV 228.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 187 251 224 0.25 0 0.11 0.02 154.69 0.89 0.86
Hex BB FB E0 19 0 B 2 9B 59 56
Octal 273 373 340 31 0 13 2 233 131 126
Binary 10111011 11111011 11100000 11001 0 1011 10 10011011 1011001 1010110

Color Harmonies of #BBFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBE0

Black with #BBFBE0

Text Example


Text Example

White with #BBFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBE0; }

 p { color: rgb(187,251,224); }

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

background-color css

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

 a { background-color: rgb(187,251,224); }

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

border-color css

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

 span { border-color: rgb(187,251,224); }

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