Html Css Color HEX #B1FDEC Water Leaf

📋 copy color: '#B1FDEC'

red 177 ◦ green 253 ◦ blue 236

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

Shades of Water Leaf #B1FDEC

Tints of Water Leaf #B1FDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

 BLUE value IS 236 (92.58% from 255) = 35.44%

R = 26.58%
G = 37.99%
B = 35.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#B1FDEC (or 0xB1FDEC) is known color: Water Leaf. HEX triplet: B1, FD and EC. RGB value is (177,253,236). Sum of RGB (Red+Green+Blue) = 177+253+236=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FDEC is #4E0213. Grayscale: #E4E4E4. Windows color (decimal): -5112340 or 15531441. OLE color: 15531441.

HSL color Cylindrical-coordinate representation of color #B1FDEC: hue angle of 166.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDEC is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 236 -
CMYK 0.30 0 0.07 0.01
HSL 166.58º 0.95% 0.84% -
HSV(B) 166.58º 0.3% 0.99% -
XYZ 68.4 85.65 92.28 -
YUV 228.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 177 253 236 0.30 0 0.07 0.01 166.58 0.95 0.84
Hex B1 FD EC 1E 0 7 1 A7 5F 54
Octal 261 375 354 36 0 7 1 247 137 124
Binary 10110001 11111101 11101100 11110 0 111 1 10100111 1011111 1010100

Color Harmonies of #B1FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDEC

Black with #B1FDEC

Text Example


Text Example

White with #B1FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDEC; }

 p { color: rgb(177,253,236); }

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

background-color css

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

 a { background-color: rgb(177,253,236); }

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

border-color css

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

 span { border-color: rgb(177,253,236); }

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