#BDC5DC

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

Shades of Periwinkle #BDC5DC

Tints of Periwinkle #BDC5DC

Color information

#BDC5DC (or 0xBDC5DC) is unknown color: approx Periwinkle. HEX triplet: BD, C5 and DC. RGB value is (189,197,220). Sum of RGB (Red+Green+Blue) = 189+197+220=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DC is #423A23. Grayscale: #C5C5C5. Windows color (decimal): -4340260 or 14468541. OLE color: 14468541.

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

Color convert

RGB189197220-
CMYK0.140.1000.14
HSL224.52º30.69%80.2%-
HSV(B)224.52º14.09%86.27%-
XYZ53.8755.9275.66-
YUV197.23140.85122.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=31.19%
G=32.51%
B=36.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891972200.140.1000.14224.5230.6980.2
HexBDC5DCEA0Ee11f50
Octal275305334161201634137120
Binary101111011100010111011100111010100111011100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5DC; }

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

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

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

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

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

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

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

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