Html Css Color HEX #B3FAE2 Water Leaf

📋 copy color: '#B3FAE2'

red 179 ◦ green 250 ◦ blue 226

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

Shades of Water Leaf #B3FAE2

Tints of Water Leaf #B3FAE2

RGB

 RED value IS 179 (70.31% from 255) = 27.33%

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

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

R = 27.33%
G = 38.17%
B = 34.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#B3FAE2 (or 0xB3FAE2) is known color: Water Leaf. HEX triplet: B3, FA and E2. RGB value is (179,250,226). Sum of RGB (Red+Green+Blue) = 179+250+226=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FAE2 is #4C051D. Grayscale: #E2E2E2. Windows color (decimal): -4982046 or 14875315. OLE color: 14875315.

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

Color convert

RGB 179 250 226 -
CMYK 0.28 0 0.10 0.02
HSL 159.72º 0.88% 0.84% -
HSV(B) 159.72º 0.28% 0.98% -
XYZ 66.5 83.45 84.55 -
YUV 226.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 179 250 226 0.28 0 0.10 0.02 159.72 0.88 0.84
Hex B3 FA E2 1C 0 A 2 A0 58 54
Octal 263 372 342 34 0 12 2 240 130 124
Binary 10110011 11111010 11100010 11100 0 1010 10 10100000 1011000 1010100

Color Harmonies of #B3FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FAE2

Black with #B3FAE2

Text Example


Text Example

White with #B3FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FAE2; }

 p { color: rgb(179,250,226); }

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

background-color css

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

 a { background-color: rgb(179,250,226); }

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

border-color css

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

 span { border-color: rgb(179,250,226); }

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