#B4DCC2

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

Shades of Fringy Flower #B4DCC2

Tints of Fringy Flower #B4DCC2

Color information

#B4DCC2 (or 0xB4DCC2) is unknown color: approx Fringy Flower. HEX triplet: B4, DC and C2. RGB value is (180,220,194). Sum of RGB (Red+Green+Blue) = 180+220+194=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC2 is #4B233D. Grayscale: #CDCDCD. Windows color (decimal): -4924222 or 12770484. OLE color: 12770484.

HSL color Cylindrical-coordinate representation of color #B4DCC2: hue angle of 141º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCC2 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB180220194-
CMYK0.1800.120.14
HSL141º36.36%78.43%-
HSV(B)141º18.18%86.27%-
XYZ54.1564.7860.69-
YUV205.08121.75110.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=30.30%
G=37.04%
B=32.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201940.1800.120.1414136.3678.43
HexB4DCC2120CE8d244e
Octal264334302220141621544116
Binary10110100110111001100001010010011001110100011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCC2; }

 p { color: rgb(180,220,194); }

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

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

 a { background-color: rgb(180,220,194); }

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

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

 span { border-color: rgb(180,220,194); }

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