#BDC4EC

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

Shades of Periwinkle #BDC4EC

Tints of Periwinkle #BDC4EC

Color information

#BDC4EC (or 0xBDC4EC) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and EC. RGB value is (189,196,236). Sum of RGB (Red+Green+Blue) = 189+196+236=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4EC is #423B13. Grayscale: #C6C6C6. Windows color (decimal): -4340500 or 15516861. OLE color: 15516861.

HSL color Cylindrical-coordinate representation of color #BDC4EC: hue angle of 231.06º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC4EC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189196236-
CMYK0.200.1700.07
HSL231.06º55.29%83.33%-
HSV(B)231.06º19.92%92.55%-
XYZ55.8756.3587.29-
YUV198.47149.18121.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=30.43%
G=31.56%
B=38.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891962360.200.1700.07231.0655.2983.33
HexBDC4EC141107e73753
Octal27530435424210734767123
Binary10111101110001001110110010100100010111111001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4EC; }

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

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

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

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

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

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

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

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