Html Css Color HEX #B2FAE3 Water Leaf

📋 copy color: '#B2FAE3'

red 178 ◦ green 250 ◦ blue 227

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

Shades of Water Leaf #B2FAE3

Tints of Water Leaf #B2FAE3

RGB

 RED value IS 178 (69.92% from 255) = 27.18%

 GREEN value IS 250 (98.05% from 255) = 38.17%

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

R = 27.18%
G = 38.17%
B = 34.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#B2FAE3 (or 0xB2FAE3) is known color: Water Leaf. HEX triplet: B2, FA and E3. RGB value is (178,250,227). Sum of RGB (Red+Green+Blue) = 178+250+227=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAE3 is #4D051C. Grayscale: #E1E1E1. Windows color (decimal): -5047581 or 14940850. OLE color: 14940850.

HSL color Cylindrical-coordinate representation of color #B2FAE3: hue angle of 160.83º 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 #B2FAE3 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 227 -
CMYK 0.29 0 0.09 0.02
HSL 160.83º 0.88% 0.84% -
HSV(B) 160.83º 0.29% 0.98% -
XYZ 66.41 83.38 85.27 -
YUV 225.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 178 250 227 0.29 0 0.09 0.02 160.83 0.88 0.84
Hex B2 FA E3 1D 0 9 2 A1 58 54
Octal 262 372 343 35 0 11 2 241 130 124
Binary 10110010 11111010 11100011 11101 0 1001 10 10100001 1011000 1010100

Color Harmonies of #B2FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAE3

Black with #B2FAE3

Text Example


Text Example

White with #B2FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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