#BDC9EC

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

Shades of Periwinkle #BDC9EC

Tints of Periwinkle #BDC9EC

Color information

#BDC9EC (or 0xBDC9EC) is unknown color: approx Periwinkle. HEX triplet: BD, C9 and EC. RGB value is (189,201,236). Sum of RGB (Red+Green+Blue) = 189+201+236=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9EC is #423613. Grayscale: #C9C9C9. Windows color (decimal): -4339220 or 15518141. OLE color: 15518141.

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

Color convert

RGB189201236-
CMYK0.200.1500.07
HSL224.68º55.29%83.33%-
HSV(B)224.68º19.92%92.55%-
XYZ57.0158.6587.67-
YUV201.4147.52119.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=30.19%
G=32.11%
B=37.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892012360.200.1500.07224.6855.2983.33
HexBDC9EC14F07e13753
Octal27531135424170734167123
Binary1011110111001001111011001010011110111111000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9EC; }

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

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

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

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

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

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

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

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