#B4DEB8

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

Shades of Fringy Flower #B4DEB8

Tints of Fringy Flower #B4DEB8

Color information

#B4DEB8 (or 0xB4DEB8) is unknown color: approx Fringy Flower. HEX triplet: B4, DE and B8. RGB value is (180,222,184). Sum of RGB (Red+Green+Blue) = 180+222+184=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEB8 is #4B2147. Grayscale: #CDCDCD. Windows color (decimal): -4923720 or 12115636. OLE color: 12115636.

HSL color Cylindrical-coordinate representation of color #B4DEB8: hue angle of 125.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 #B4DEB8 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB180222184-
CMYK0.1900.170.13
HSL125.71º38.89%78.82%-
HSV(B)125.71º18.92%87.06%-
XYZ53.665.4155.15-
YUV205.11116.09110.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 184 (72.27% from 255) = 31.40%
R=30.72%
G=37.88%
B=31.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221840.1900.170.13125.7138.8978.82
HexB4DEB813011D7e274f
Octal264336270230211517647117
Binary10110100110111101011100010011010001110111111101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEB8; }

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

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

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

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

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

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

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

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