Html Css Color HEX #B4FAE7 Water Leaf

📋 copy color: '#B4FAE7'

red 180 ◦ green 250 ◦ blue 231

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

Shades of Water Leaf #B4FAE7

Tints of Water Leaf #B4FAE7

RGB

 RED value IS 180 (70.7% from 255) = 27.23%

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

 BLUE value IS 231 (90.63% from 255) = 34.95%

R = 27.23%
G = 37.82%
B = 34.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#B4FAE7 (or 0xB4FAE7) is known color: Water Leaf. HEX triplet: B4, FA and E7. RGB value is (180,250,231). Sum of RGB (Red+Green+Blue) = 180+250+231=661 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.23% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAE7 is #4B0518. Grayscale: #E2E2E2. Windows color (decimal): -4916505 or 15202996. OLE color: 15202996.

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

Color convert

RGB 180 250 231 -
CMYK 0.28 0 0.08 0.02
HSL 163.71º 0.88% 0.84% -
HSV(B) 163.71º 0.28% 0.98% -
XYZ 67.43 83.84 88.23 -
YUV 226.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 180 250 231 0.28 0 0.08 0.02 163.71 0.88 0.84
Hex B4 FA E7 1C 0 8 2 A4 58 54
Octal 264 372 347 34 0 10 2 244 130 124
Binary 10110100 11111010 11100111 11100 0 1000 10 10100100 1011000 1010100

Color Harmonies of #B4FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FAE7

Black with #B4FAE7

Text Example


Text Example

White with #B4FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FAE7; }

 p { color: rgb(180,250,231); }

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

background-color css

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

 a { background-color: rgb(180,250,231); }

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

border-color css

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

 span { border-color: rgb(180,250,231); }

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