#BDC3DB

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

Shades of Periwinkle #BDC3DB

Tints of Periwinkle #BDC3DB

Color information

#BDC3DB (or 0xBDC3DB) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and DB. RGB value is (189,195,219). Sum of RGB (Red+Green+Blue) = 189+195+219=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DB is #423C24. Grayscale: #C3C3C3. Windows color (decimal): -4340773 or 14402493. OLE color: 14402493.

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

Color convert

RGB189195219-
CMYK0.140.1100.14
HSL228º29.41%80%-
HSV(B)228º13.7%85.88%-
XYZ53.2954.9674.82-
YUV195.94141.01123.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 195 (76.56% from 255) = 32.34%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=31.34%
G=32.34%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891952190.140.1100.1422829.4180
HexBDC3DBEB0Ee41d50
Octal275303333161301634435120
Binary101111011100001111011011111010110111011100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3DB; }

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

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

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

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

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

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

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

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