#BDC3DC

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

Shades of Periwinkle #BDC3DC

Tints of Periwinkle #BDC3DC

Color information

#BDC3DC (or 0xBDC3DC) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and DC. RGB value is (189,195,220). Sum of RGB (Red+Green+Blue) = 189+195+220=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DC is #423C23. Grayscale: #C3C3C3. Windows color (decimal): -4340772 or 14468029. OLE color: 14468029.

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

Color convert

RGB189195220-
CMYK0.140.1100.14
HSL228.39º30.69%80.2%-
HSV(B)228.39º14.09%86.27%-
XYZ53.4255.0275.51-
YUV196.06141.51122.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 195 (76.56% from 255) = 32.28%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=31.29%
G=32.28%
B=36.42%

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
Decimal1891952200.140.1100.14228.3930.6980.2
HexBDC3DCEB0Ee41f50
Octal275303334161301634437120
Binary101111011100001111011100111010110111011100100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3DC; }

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

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

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

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

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

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

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

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