#B4DEC5

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

Shades of Fringy Flower #B4DEC5

Tints of Fringy Flower #B4DEC5

Color information

#B4DEC5 (or 0xB4DEC5) is unknown color: approx Fringy Flower. HEX triplet: B4, DE and C5. RGB value is (180,222,197). Sum of RGB (Red+Green+Blue) = 180+222+197=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEC5 is #4B213A. Grayscale: #CECECE. Windows color (decimal): -4923707 or 12967604. OLE color: 12967604.

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

Color convert

RGB180222197-
CMYK0.1900.110.13
HSL144.29º38.89%78.82%-
HSV(B)144.29º18.92%87.06%-
XYZ55.0265.9862.66-
YUV206.59122.59109.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 197 (77.34% from 255) = 32.89%
R=30.05%
G=37.06%
B=32.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221970.1900.110.13144.2938.8978.82
HexB4DEC5130BD90274f
Octal264336305230131522047117
Binary10110100110111101100010110011010111101100100001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEC5; }

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

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

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

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

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

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

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

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