Html Css Color HEX #B1EDE3 Water Leaf

📋 copy color: '#B1EDE3'

red 177 ◦ green 237 ◦ blue 227

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

Shades of Water Leaf #B1EDE3

Tints of Water Leaf #B1EDE3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

 BLUE value IS 227 (89.06% from 255) = 35.41%

R = 27.61%
G = 36.97%
B = 35.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#B1EDE3 (or 0xB1EDE3) is known color: Water Leaf. HEX triplet: B1, ED and E3. RGB value is (177,237,227). Sum of RGB (Red+Green+Blue) = 177+237+227=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDE3 is #4E121C. Grayscale: #D9D9D9. Windows color (decimal): -5116445 or 14937521. OLE color: 14937521.

HSL color Cylindrical-coordinate representation of color #B1EDE3: hue angle of 170º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDE3 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 227 -
CMYK 0.25 0 0.04 0.07
HSL 170º 0.63% 0.81% -
HSV(B) 170º 0.25% 0.93% -
XYZ 62.28 75.46 83.96 -
YUV 217.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 177 237 227 0.25 0 0.04 0.07 170 0.63 0.81
Hex B1 ED E3 19 0 4 7 AA 3E 51
Octal 261 355 343 31 0 4 7 252 76 121
Binary 10110001 11101101 11100011 11001 0 100 111 10101010 111110 1010001

Color Harmonies of #B1EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDE3

Black with #B1EDE3

Text Example


Text Example

White with #B1EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDE3; }

 p { color: rgb(177,237,227); }

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

background-color css

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

 a { background-color: rgb(177,237,227); }

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

border-color css

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

 span { border-color: rgb(177,237,227); }

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