#BDC3DD

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

Shades of Periwinkle #BDC3DD

Tints of Periwinkle #BDC3DD

Color information

#BDC3DD (or 0xBDC3DD) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and DD. RGB value is (189,195,221). Sum of RGB (Red+Green+Blue) = 189+195+221=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DD is #423C22. Grayscale: #C4C4C4. Windows color (decimal): -4340771 or 14533565. OLE color: 14533565.

HSL color Cylindrical-coordinate representation of color #BDC3DD: hue angle of 228.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC3DD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189195221-
CMYK0.140.1200.13
HSL228.75º32%80.39%-
HSV(B)228.75º14.48%86.67%-
XYZ53.5555.0776.21-
YUV196.17142.01122.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=31.24%
G=32.23%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891952210.140.1200.13228.753280.39
HexBDC3DDEC0De52050
Octal275303335161401534540120
Binary1011110111000011110111011110110001101111001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3DD; }

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

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

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

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

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

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

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

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