Html Css Color HEX #B6FAE0 Water Leaf

📋 copy color: '#B6FAE0'

red 182 ◦ green 250 ◦ blue 224

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

Shades of Water Leaf #B6FAE0

Tints of Water Leaf #B6FAE0

RGB

 RED value IS 182 (71.48% from 255) = 27.74%

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

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 27.74%
G = 38.11%
B = 34.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#B6FAE0 (or 0xB6FAE0) is known color: Water Leaf. HEX triplet: B6, FA and E0. RGB value is (182,250,224). Sum of RGB (Red+Green+Blue) = 182+250+224=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FAE0 is #49051F. Grayscale: #E2E2E2. Windows color (decimal): -4785440 or 14744246. OLE color: 14744246.

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

Color convert

RGB 182 250 224 -
CMYK 0.27 0 0.10 0.02
HSL 157.06º 0.87% 0.85% -
HSV(B) 157.06º 0.27% 0.98% -
XYZ 66.93 83.7 83.15 -
YUV 226.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 182 250 224 0.27 0 0.10 0.02 157.06 0.87 0.85
Hex B6 FA E0 1B 0 A 2 9D 57 55
Octal 266 372 340 33 0 12 2 235 127 125
Binary 10110110 11111010 11100000 11011 0 1010 10 10011101 1010111 1010101

Color Harmonies of #B6FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FAE0

Black with #B6FAE0

Text Example


Text Example

White with #B6FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FAE0; }

 p { color: rgb(182,250,224); }

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

background-color css

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

 a { background-color: rgb(182,250,224); }

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

border-color css

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

 span { border-color: rgb(182,250,224); }

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