#BDC2DC

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

Shades of Periwinkle #BDC2DC

Tints of Periwinkle #BDC2DC

Color information

#BDC2DC (or 0xBDC2DC) is unknown color: approx Periwinkle. HEX triplet: BD, C2 and DC. RGB value is (189,194,220). Sum of RGB (Red+Green+Blue) = 189+194+220=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DC is #423D23. Grayscale: #C3C3C3. Windows color (decimal): -4341028 or 14467773. OLE color: 14467773.

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

Color convert

RGB189194220-
CMYK0.140.1200.14
HSL230.32º30.69%80.2%-
HSV(B)230.32º14.09%86.27%-
XYZ53.254.5775.44-
YUV195.47141.84123.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=31.34%
G=32.17%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891942200.140.1200.14230.3230.6980.2
HexBDC2DCEC0Ee61f50
Octal275302334161401634637120
Binary101111011100001011011100111011000111011100110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2DC; }

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

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

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

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

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

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

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

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