#B1DEBA

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

Shades of Fringy Flower #B1DEBA

Tints of Fringy Flower #B1DEBA

Color information

#B1DEBA (or 0xB1DEBA) is unknown color: approx Fringy Flower. HEX triplet: B1, DE and BA. RGB value is (177,222,186). Sum of RGB (Red+Green+Blue) = 177+222+186=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEBA is #4E2145. Grayscale: #CCCCCC. Windows color (decimal): -5120326 or 12246705. OLE color: 12246705.

HSL color Cylindrical-coordinate representation of color #B1DEBA: hue angle of 132º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DEBA is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB177222186-
CMYK0.2000.160.13
HSL132º40.54%78.24%-
HSV(B)132º20.27%87.06%-
XYZ53.1265.1356.23-
YUV204.44117.59108.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.26%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=30.26%
G=37.95%
B=31.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221860.2000.160.1313240.5478.24
HexB1DEBA14010D84294e
Octal261336272240201520451116
Binary101100011101111010111010101000100001101100001001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEBA; }

 p { color: rgb(177,222,186); }

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

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

 a { background-color: rgb(177,222,186); }

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

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

 span { border-color: rgb(177,222,186); }

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