#BDC4DC

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

Shades of Periwinkle #BDC4DC

Tints of Periwinkle #BDC4DC

Color information

#BDC4DC (or 0xBDC4DC) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and DC. RGB value is (189,196,220). Sum of RGB (Red+Green+Blue) = 189+196+220=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DC is #423B23. Grayscale: #C4C4C4. Windows color (decimal): -4340516 or 14468285. OLE color: 14468285.

HSL color Cylindrical-coordinate representation of color #BDC4DC: hue angle of 226.45º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC4DC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189196220-
CMYK0.140.1100.14
HSL226.45º30.69%80.2%-
HSV(B)226.45º14.09%86.27%-
XYZ53.6455.4775.59-
YUV196.64141.18122.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=31.24%
G=32.40%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891962200.140.1100.14226.4530.6980.2
HexBDC4DCEB0Ee21f50
Octal275304334161301634237120
Binary101111011100010011011100111010110111011100010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4DC; }

 p { color: rgb(189,196,220); }

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

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

 a { background-color: rgb(189,196,220); }

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

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

 span { border-color: rgb(189,196,220); }

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