#BDC4DB

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

Shades of Periwinkle #BDC4DB

Tints of Periwinkle #BDC4DB

Color information

#BDC4DB (or 0xBDC4DB) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and DB. RGB value is (189,196,219). Sum of RGB (Red+Green+Blue) = 189+196+219=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DB is #423B24. Grayscale: #C4C4C4. Windows color (decimal): -4340517 or 14402749. OLE color: 14402749.

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

Color convert

RGB189196219-
CMYK0.140.1100.14
HSL226º29.41%80%-
HSV(B)226º13.7%85.88%-
XYZ53.5155.4174.89-
YUV196.53140.68122.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 196 (76.95% from 255) = 32.45%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=31.29%
G=32.45%
B=36.26%

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
Decimal1891962190.140.1100.1422629.4180
HexBDC4DBEB0Ee21d50
Octal275304333161301634235120
Binary101111011100010011011011111010110111011100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4DB; }

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

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

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

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

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

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

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

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