#B0DEBF

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

Shades of Fringy Flower #B0DEBF

Tints of Fringy Flower #B0DEBF

Color information

#B0DEBF (or 0xB0DEBF) is unknown color: approx Fringy Flower. HEX triplet: B0, DE and BF. RGB value is (176,222,191). Sum of RGB (Red+Green+Blue) = 176+222+191=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEBF is #4F2140. Grayscale: #CCCCCC. Windows color (decimal): -5185857 or 12574384. OLE color: 12574384.

HSL color Cylindrical-coordinate representation of color #B0DEBF: hue angle of 139.57º degrees, saturation: 0.41, 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 #B0DEBF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB176222191-
CMYK0.2100.140.13
HSL139.57º41.07%78.04%-
HSV(B)139.57º20.72%87.06%-
XYZ53.4365.2359.07-
YUV204.71120.26107.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 191 (75% from 255) = 32.43%
R=29.88%
G=37.69%
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
Decimal1762221910.2100.140.13139.5741.0778.04
HexB0DEBF150ED8c294e
Octal260336277250161521451116
Binary10110000110111101011111110101011101101100011001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEBF; }

 p { color: rgb(176,222,191); }

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

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

 a { background-color: rgb(176,222,191); }

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

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

 span { border-color: rgb(176,222,191); }

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