#B4DEBF

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

Shades of Fringy Flower #B4DEBF

Tints of Fringy Flower #B4DEBF

Color information

#B4DEBF (or 0xB4DEBF) is unknown color: approx Fringy Flower. HEX triplet: B4, DE and BF. RGB value is (180,222,191). Sum of RGB (Red+Green+Blue) = 180+222+191=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEBF is #4B2140. Grayscale: #CDCDCD. Windows color (decimal): -4923713 or 12574388. OLE color: 12574388.

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

Color convert

RGB180222191-
CMYK0.1900.140.13
HSL135.71º38.89%78.82%-
HSV(B)135.71º18.92%87.06%-
XYZ54.3565.7159.11-
YUV205.91119.59109.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 32.21%
R=30.35%
G=37.44%
B=32.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221910.1900.140.13135.7138.8978.82
HexB4DEBF130ED88274f
Octal264336277230161521047117
Binary10110100110111101011111110011011101101100010001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEBF; }

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

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

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

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

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

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

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

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