#BBF7E3

Color #BBF7E3 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BBF7E3

Tints of Water Leaf #BBF7E3

Color information

#BBF7E3 (or 0xBBF7E3) is unknown color: approx Water Leaf. HEX triplet: BB, F7 and E3. RGB value is (187,247,227). Sum of RGB (Red+Green+Blue) = 187+247+227=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7E3 is #44081C. Grayscale: #E2E2E2. Windows color (decimal): -4458525 or 14940091. OLE color: 14940091.

HSL color Cylindrical-coordinate representation of color #BBF7E3: hue angle of 160º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7E3 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB187247227-
CMYK0.2400.080.03
HSL160º78.95%85.1%-
HSV(B)160º24.29%96.86%-
XYZ67.6282.6385.06-
YUV226.78128.1299.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.29%
GREEN value IS 247 (96.88% from 255) = 37.37%
BLUE value IS 227 (89.06% from 255) = 34.34%
R=28.29%
G=37.37%
B=34.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472270.2400.080.0316078.9585.1
HexBBF7E318083a04f55
Octal273367343300103240117125
Binary1011101111110111111000111100001000111010000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7E3; }

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

 H1.HeaderClassName
 {
   color: #BBF7E3;
 }
 .AnyTagClassName
 {
   color: #BBF7E3;
 }
</style>
background-color css

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

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

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

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

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

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