#BDC2E9

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

Shades of Periwinkle #BDC2E9

Tints of Periwinkle #BDC2E9

Color information

#BDC2E9 (or 0xBDC2E9) is unknown color: approx Periwinkle. HEX triplet: BD, C2 and E9. RGB value is (189,194,233). Sum of RGB (Red+Green+Blue) = 189+194+233=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2E9 is #423D16. Grayscale: #C4C4C4. Windows color (decimal): -4341015 or 15319741. OLE color: 15319741.

HSL color Cylindrical-coordinate representation of color #BDC2E9: hue angle of 233.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC2E9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189194233-
CMYK0.190.1700.09
HSL233.18º50%82.75%-
HSV(B)233.18º18.88%91.37%-
XYZ54.9955.2984.86-
YUV196.95148.34122.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=30.68%
G=31.49%
B=37.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891942330.190.1700.09233.185082.75
HexBDC2E9131109e93253
Octal275302351232101135162123
Binary101111011100001011101001100111000101001111010011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2E9; }

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

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

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

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

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

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

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

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