#BDC9DF

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

Shades of Periwinkle #BDC9DF

Tints of Periwinkle #BDC9DF

Color information

#BDC9DF (or 0xBDC9DF) is unknown color: approx Periwinkle. HEX triplet: BD, C9 and DF. RGB value is (189,201,223). Sum of RGB (Red+Green+Blue) = 189+201+223=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9DF is #423620. Grayscale: #C7C7C7. Windows color (decimal): -4339233 or 14666173. OLE color: 14666173.

HSL color Cylindrical-coordinate representation of color #BDC9DF: hue angle of 218.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC9DF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189201223-
CMYK0.150.1000.13
HSL218.82º34.69%80.78%-
HSV(B)218.82º15.25%87.45%-
XYZ55.1957.9278.08-
YUV199.92141.02120.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=30.83%
G=32.79%
B=36.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892012230.150.1000.13218.8234.6980.78
HexBDC9DFFA0Ddb2351
Octal275311337171201533343121
Binary1011110111001001110111111111101001101110110111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9DF; }

 p { color: rgb(189,201,223); }

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

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

 a { background-color: rgb(189,201,223); }

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

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

 span { border-color: rgb(189,201,223); }

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