#BDC5EC

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

Shades of Periwinkle #BDC5EC

Tints of Periwinkle #BDC5EC

Color information

#BDC5EC (or 0xBDC5EC) is unknown color: approx Periwinkle. HEX triplet: BD, C5 and EC. RGB value is (189,197,236). Sum of RGB (Red+Green+Blue) = 189+197+236=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5EC is #423A13. Grayscale: #C6C6C6. Windows color (decimal): -4340244 or 15517117. OLE color: 15517117.

HSL color Cylindrical-coordinate representation of color #BDC5EC: hue angle of 229.79º 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 #BDC5EC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189197236-
CMYK0.200.1700.07
HSL229.79º55.29%83.33%-
HSV(B)229.79º19.92%92.55%-
XYZ56.0956.8187.37-
YUV199.05148.85120.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=30.39%
G=31.67%
B=37.94%

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
Decimal1891972360.200.1700.07229.7955.2983.33
HexBDC5EC141107e63753
Octal27530535424210734667123
Binary10111101110001011110110010100100010111111001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5EC; }

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

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

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

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

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

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

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

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