#B1DFC0

Color #B1DFC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B1DFC0

Tints of Fringy Flower #B1DFC0

Color information

#B1DFC0 (or 0xB1DFC0) is unknown color: approx Fringy Flower. HEX triplet: B1, DF and C0. RGB value is (177,223,192). Sum of RGB (Red+Green+Blue) = 177+223+192=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFC0 is #4E203F. Grayscale: #CDCDCD. Windows color (decimal): -5120064 or 12640177. OLE color: 12640177.

HSL color Cylindrical-coordinate representation of color #B1DFC0: hue angle of 139.57º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFC0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB177223192-
CMYK0.2100.140.13
HSL139.57º41.82%78.43%-
HSV(B)139.57º20.63%87.45%-
XYZ54.0365.9359.75-
YUV205.71120.26107.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.90%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=29.90%
G=37.67%
B=32.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772231920.2100.140.13139.5741.8278.43
HexB1DFC0150ED8c2a4e
Octal261337300250161521452116
Binary10110001110111111100000010101011101101100011001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFC0; }

 p { color: rgb(177,223,192); }

 H1.HeaderClassName
 {
   color: #B1DFC0;
 }
 .AnyTagClassName
 {
   color: #B1DFC0;
 }
</style>
background-color css

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

 a { background-color: rgb(177,223,192); }

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

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

 span { border-color: rgb(177,223,192); }

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