#BDC2DB

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

Shades of Periwinkle #BDC2DB

Tints of Periwinkle #BDC2DB

Color information

#BDC2DB (or 0xBDC2DB) is unknown color: approx Periwinkle. HEX triplet: BD, C2 and DB. RGB value is (189,194,219). Sum of RGB (Red+Green+Blue) = 189+194+219=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DB is #423D24. Grayscale: #C3C3C3. Windows color (decimal): -4341029 or 14402237. OLE color: 14402237.

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

Color convert

RGB189194219-
CMYK0.140.1100.14
HSL230º29.41%80%-
HSV(B)230º13.7%85.88%-
XYZ53.0654.5274.74-
YUV195.36141.34123.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=31.40%
G=32.23%
B=36.38%

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
Decimal1891942190.140.1100.1423029.4180
HexBDC2DBEB0Ee61d50
Octal275302333161301634635120
Binary101111011100001011011011111010110111011100110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2DB; }

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

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

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

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

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

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

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

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