Html Css Color HEX #B1F0DD Water Leaf

📋 copy color: '#B1F0DD'

red 177 ◦ green 240 ◦ blue 221

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

Shades of Water Leaf #B1F0DD

Tints of Water Leaf #B1F0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 27.74%
G = 37.62%
B = 34.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B1F0DD (or 0xB1F0DD) is known color: Water Leaf. HEX triplet: B1, F0 and DD. RGB value is (177,240,221). Sum of RGB (Red+Green+Blue) = 177+240+221=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0DD is #4E0F22. Grayscale: #DBDBDB. Windows color (decimal): -5115683 or 14545073. OLE color: 14545073.

HSL color Cylindrical-coordinate representation of color #B1F0DD: hue angle of 161.9º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0DD is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 240 221 -
CMYK 0.26 0 0.08 0.06
HSL 161.9º 0.68% 0.82% -
HSV(B) 161.9º 0.26% 0.94% -
XYZ 62.34 76.89 79.96 -
YUV 219 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 177 240 221 0.26 0 0.08 0.06 161.9 0.68 0.82
Hex B1 F0 DD 1A 0 8 6 A2 44 52
Octal 261 360 335 32 0 10 6 242 104 122
Binary 10110001 11110000 11011101 11010 0 1000 110 10100010 1000100 1010010

Color Harmonies of #B1F0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F0DD

Black with #B1F0DD

Text Example


Text Example

White with #B1F0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F0DD; }

 p { color: rgb(177,240,221); }

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

background-color css

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

 a { background-color: rgb(177,240,221); }

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

border-color css

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

 span { border-color: rgb(177,240,221); }

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