#BDC6DD

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

Shades of Periwinkle #BDC6DD

Tints of Periwinkle #BDC6DD

Color information

#BDC6DD (or 0xBDC6DD) is unknown color: approx Periwinkle. HEX triplet: BD, C6 and DD. RGB value is (189,198,221). Sum of RGB (Red+Green+Blue) = 189+198+221=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6DD is #423922. Grayscale: #C5C5C5. Windows color (decimal): -4340003 or 14534333. OLE color: 14534333.

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

Color convert

RGB189198221-
CMYK0.140.1000.13
HSL223.12º32%80.39%-
HSV(B)223.12º14.48%86.67%-
XYZ54.2356.4376.44-
YUV197.93141.02121.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 198 (77.73% from 255) = 32.57%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=31.09%
G=32.57%
B=36.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891982210.140.1000.13223.123280.39
HexBDC6DDEA0Ddf2050
Octal275306335161201533740120
Binary1011110111000110110111011110101001101110111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6DD; }

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

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

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

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

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

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

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

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