#B2FAE6

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

Shades of Water Leaf #B2FAE6

Tints of Water Leaf #B2FAE6

Color information

#B2FAE6 (or 0xB2FAE6) is unknown color: approx Water Leaf. HEX triplet: B2, FA and E6. RGB value is (178,250,230). Sum of RGB (Red+Green+Blue) = 178+250+230=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAE6 is #4D0519. Grayscale: #E2E2E2. Windows color (decimal): -5047578 or 15137458. OLE color: 15137458.

HSL color Cylindrical-coordinate representation of color #B2FAE6: hue angle of 163.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAE6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB178250230-
CMYK0.2900.080.02
HSL163.33º87.8%83.92%-
HSV(B)163.33º28.8%98.04%-
XYZ66.8383.5587.47-
YUV226.19130.1593.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.05%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=27.05%
G=37.99%
B=34.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782502300.2900.080.02163.3387.883.92
HexB2FAE61D082a35854
Octal262372346350102243130124
Binary1011001011111010111001101110101000101010001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FAE6; }

 p { color: rgb(178,250,230); }

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

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

 a { background-color: rgb(178,250,230); }

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

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

 span { border-color: rgb(178,250,230); }

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