#BDC4DD

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

Shades of Periwinkle #BDC4DD

Tints of Periwinkle #BDC4DD

Color information

#BDC4DD (or 0xBDC4DD) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and DD. RGB value is (189,196,221). Sum of RGB (Red+Green+Blue) = 189+196+221=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DD is #423B22. Grayscale: #C4C4C4. Windows color (decimal): -4340515 or 14533821. OLE color: 14533821.

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

Color convert

RGB189196221-
CMYK0.140.1100.13
HSL226.88º32%80.39%-
HSV(B)226.88º14.48%86.67%-
XYZ53.7855.5276.29-
YUV196.76141.68122.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 196 (76.95% from 255) = 32.34%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=31.19%
G=32.34%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891962210.140.1100.13226.883280.39
HexBDC4DDEB0De32050
Octal275304335161301534340120
Binary1011110111000100110111011110101101101111000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4DD; }

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

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

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

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

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

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

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

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