#B4DCC0

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

Shades of Fringy Flower #B4DCC0

Tints of Fringy Flower #B4DCC0

Color information

#B4DCC0 (or 0xB4DCC0) is unknown color: approx Fringy Flower. HEX triplet: B4, DC and C0. RGB value is (180,220,192). Sum of RGB (Red+Green+Blue) = 180+220+192=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC0 is #4B233F. Grayscale: #CCCCCC. Windows color (decimal): -4924224 or 12639412. OLE color: 12639412.

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

Color convert

RGB180220192-
CMYK0.1800.130.14
HSL138º36.36%78.43%-
HSV(B)138º18.18%86.27%-
XYZ53.9364.759.51-
YUV204.85120.75110.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=30.41%
G=37.16%
B=32.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201920.1800.130.1413836.3678.43
HexB4DCC0120DE8a244e
Octal264334300220151621244116
Binary10110100110111001100000010010011011110100010101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCC0; }

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

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

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

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

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

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

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

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