Html Css Color HEX #B4FAEA Water Leaf

📋 copy color: '#B4FAEA'

red 180 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #B4FAEA

Tints of Water Leaf #B4FAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.24%

R = 27.11%
G = 37.65%
B = 35.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B4FAEA (or 0xB4FAEA) is known color: Water Leaf. HEX triplet: B4, FA and EA. RGB value is (180,250,234). Sum of RGB (Red+Green+Blue) = 180+250+234=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAEA is #4B0515. Grayscale: #E3E3E3. Windows color (decimal): -4916502 or 15399604. OLE color: 15399604.

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

Color convert

RGB 180 250 234 -
CMYK 0.28 0 0.06 0.02
HSL 166.29º 0.88% 0.84% -
HSV(B) 166.29º 0.28% 0.98% -
XYZ 67.86 84.02 90.48 -
YUV 227.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 180 250 234 0.28 0 0.06 0.02 166.29 0.88 0.84
Hex B4 FA EA 1C 0 6 2 A6 58 54
Octal 264 372 352 34 0 6 2 246 130 124
Binary 10110100 11111010 11101010 11100 0 110 10 10100110 1011000 1010100

Color Harmonies of #B4FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FAEA

Black with #B4FAEA

Text Example


Text Example

White with #B4FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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