Html Css Color HEX #B1EADA Water Leaf

📋 copy color: '#B1EADA'

red 177 ◦ green 234 ◦ blue 218

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

Shades of Water Leaf #B1EADA

Tints of Water Leaf #B1EADA

RGB

 RED value IS 177 (69.53% from 255) = 28.14%

 GREEN value IS 234 (91.8% from 255) = 37.2%

 BLUE value IS 218 (85.55% from 255) = 34.66%

R = 28.14%
G = 37.2%
B = 34.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#B1EADA (or 0xB1EADA) is known color: Water Leaf. HEX triplet: B1, EA and DA. RGB value is (177,234,218). Sum of RGB (Red+Green+Blue) = 177+234+218=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EADA is #4E1525. Grayscale: #D7D7D7. Windows color (decimal): -5117222 or 14346929. OLE color: 14346929.

HSL color Cylindrical-coordinate representation of color #B1EADA: hue angle of 163.16º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1EADA is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 234 218 -
CMYK 0.24 0 0.07 0.08
HSL 163.16º 0.58% 0.81% -
HSV(B) 163.16º 0.24% 0.92% -
XYZ 60.21 73.25 77.3 -
YUV 215.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 177 234 218 0.24 0 0.07 0.08 163.16 0.58 0.81
Hex B1 EA DA 18 0 7 8 A3 3A 51
Octal 261 352 332 30 0 7 10 243 72 121
Binary 10110001 11101010 11011010 11000 0 111 1000 10100011 111010 1010001

Color Harmonies of #B1EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EADA

Black with #B1EADA

Text Example


Text Example

White with #B1EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EADA; }

 p { color: rgb(177,234,218); }

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

background-color css

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

 a { background-color: rgb(177,234,218); }

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

border-color css

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

 span { border-color: rgb(177,234,218); }

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