Html Css Color HEX #BBFEEA Water Leaf

📋 copy color: '#BBFEEA'

red 187 ◦ green 254 ◦ blue 234

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

Shades of Water Leaf #BBFEEA

Tints of Water Leaf #BBFEEA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.63%

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

R = 27.7%
G = 37.63%
B = 34.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#BBFEEA (or 0xBBFEEA) is known color: Water Leaf. HEX triplet: BB, FE and EA. RGB value is (187,254,234). Sum of RGB (Red+Green+Blue) = 187+254+234=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEEA is #440115. Grayscale: #E7E7E7. Windows color (decimal): -4456726 or 15400635. OLE color: 15400635.

HSL color Cylindrical-coordinate representation of color #BBFEEA: hue angle of 162.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 234 -
CMYK 0.26 0 0.08 0.00
HSL 162.09º 0.97% 0.86% -
HSV(B) 162.09º 0.26% 1% -
XYZ 70.79 87.39 90.98 -
YUV 231.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 187 254 234 0.26 0 0.08 0.00 162.09 0.97 0.86
Hex BB FE EA 1A 0 8 0 A2 61 56
Octal 273 376 352 32 0 10 0 242 141 126
Binary 10111011 11111110 11101010 11010 0 1000 0 10100010 1100001 1010110

Color Harmonies of #BBFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEEA

Black with #BBFEEA

Text Example


Text Example

White with #BBFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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