Html Css Color HEX #BBFCE3 Water Leaf

📋 copy color: '#BBFCE3'

red 187 ◦ green 252 ◦ blue 227

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

Shades of Water Leaf #BBFCE3

Tints of Water Leaf #BBFCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.08%

R = 28.08%
G = 37.84%
B = 34.08%

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

#BBFCE3 (or 0xBBFCE3) is known color: Water Leaf. HEX triplet: BB, FC and E3. RGB value is (187,252,227). Sum of RGB (Red+Green+Blue) = 187+252+227=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCE3 is #44031C. Grayscale: #E5E5E5. Windows color (decimal): -4457245 or 14941371. OLE color: 14941371.

HSL color Cylindrical-coordinate representation of color #BBFCE3: hue angle of 156.92º 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 #BBFCE3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 227 -
CMYK 0.26 0 0.10 0.01
HSL 156.92º 0.92% 0.86% -
HSV(B) 156.92º 0.26% 0.99% -
XYZ 69.17 85.73 85.58 -
YUV 229.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 187 252 227 0.26 0 0.10 0.01 156.92 0.92 0.86
Hex BB FC E3 1A 0 A 1 9D 5C 56
Octal 273 374 343 32 0 12 1 235 134 126
Binary 10111011 11111100 11100011 11010 0 1010 1 10011101 1011100 1010110

Color Harmonies of #BBFCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCE3

Black with #BBFCE3

Text Example


Text Example

White with #BBFCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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