Html Css Color HEX #BBFCE2 Water Leaf

📋 copy color: '#BBFCE2'

red 187 ◦ green 252 ◦ blue 226

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

Shades of Water Leaf #BBFCE2

Tints of Water Leaf #BBFCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.89%

 BLUE value IS 226 (88.67% from 255) = 33.98%

R = 28.12%
G = 37.89%
B = 33.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BBFCE2 (or 0xBBFCE2) is known color: Water Leaf. HEX triplet: BB, FC and E2. RGB value is (187,252,226). Sum of RGB (Red+Green+Blue) = 187+252+226=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCE2 is #44031D. Grayscale: #E5E5E5. Windows color (decimal): -4457246 or 14875835. OLE color: 14875835.

HSL color Cylindrical-coordinate representation of color #BBFCE2: hue angle of 156º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCE2 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 226 -
CMYK 0.26 0 0.10 0.01
HSL 156º 0.92% 0.86% -
HSV(B) 156º 0.26% 0.99% -
XYZ 69.03 85.68 84.85 -
YUV 229.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 187 252 226 0.26 0 0.10 0.01 156 0.92 0.86
Hex BB FC E2 1A 0 A 1 9C 5C 56
Octal 273 374 342 32 0 12 1 234 134 126
Binary 10111011 11111100 11100010 11010 0 1010 1 10011100 1011100 1010110

Color Harmonies of #BBFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCE2

Black with #BBFCE2

Text Example


Text Example

White with #BBFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCE2; }

 p { color: rgb(187,252,226); }

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

background-color css

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

 a { background-color: rgb(187,252,226); }

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

border-color css

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

 span { border-color: rgb(187,252,226); }

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