Html Css Color HEX #B3FAE4 Water Leaf

📋 copy color: '#B3FAE4'

red 179 ◦ green 250 ◦ blue 228

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

Shades of Water Leaf #B3FAE4

Tints of Water Leaf #B3FAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.7%

R = 27.25%
G = 38.05%
B = 34.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#B3FAE4 (or 0xB3FAE4) is known color: Water Leaf. HEX triplet: B3, FA and E4. RGB value is (179,250,228). Sum of RGB (Red+Green+Blue) = 179+250+228=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FAE4 is #4C051B. Grayscale: #E2E2E2. Windows color (decimal): -4982044 or 15006387. OLE color: 15006387.

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

Color convert

RGB 179 250 228 -
CMYK 0.28 0 0.09 0.02
HSL 161.41º 0.88% 0.84% -
HSV(B) 161.41º 0.28% 0.98% -
XYZ 66.78 83.56 86.01 -
YUV 226.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 179 250 228 0.28 0 0.09 0.02 161.41 0.88 0.84
Hex B3 FA E4 1C 0 9 2 A1 58 54
Octal 263 372 344 34 0 11 2 241 130 124
Binary 10110011 11111010 11100100 11100 0 1001 10 10100001 1011000 1010100

Color Harmonies of #B3FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FAE4

Black with #B3FAE4

Text Example


Text Example

White with #B3FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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