Html Css Color HEX #BBFBEA Water Leaf

📋 copy color: '#BBFBEA'

red 187 ◦ green 251 ◦ blue 234

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

Shades of Water Leaf #BBFBEA

Tints of Water Leaf #BBFBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 27.83%
G = 37.35%
B = 34.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BBFBEA (or 0xBBFBEA) is known color: Water Leaf. HEX triplet: BB, FB and EA. RGB value is (187,251,234). Sum of RGB (Red+Green+Blue) = 187+251+234=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEA is #440415. Grayscale: #E5E5E5. Windows color (decimal): -4457494 or 15399867. OLE color: 15399867.

HSL color Cylindrical-coordinate representation of color #BBFBEA: hue angle of 164.06º 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 #BBFBEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 234 -
CMYK 0.25 0 0.07 0.02
HSL 164.06º 0.89% 0.86% -
HSV(B) 164.06º 0.25% 0.98% -
XYZ 69.84 85.5 90.66 -
YUV 229.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 187 251 234 0.25 0 0.07 0.02 164.06 0.89 0.86
Hex BB FB EA 19 0 7 2 A4 59 56
Octal 273 373 352 31 0 7 2 244 131 126
Binary 10111011 11111011 11101010 11001 0 111 10 10100100 1011001 1010110

Color Harmonies of #BBFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBEA

Black with #BBFBEA

Text Example


Text Example

White with #BBFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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