#BDC2EF

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

Shades of Periwinkle #BDC2EF

Tints of Periwinkle #BDC2EF

Color information

#BDC2EF (or 0xBDC2EF) is unknown color: approx Periwinkle. HEX triplet: BD, C2 and EF. RGB value is (189,194,239). Sum of RGB (Red+Green+Blue) = 189+194+239=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2EF is #423D10. Grayscale: #C5C5C5. Windows color (decimal): -4341009 or 15712957. OLE color: 15712957.

HSL color Cylindrical-coordinate representation of color #BDC2EF: hue angle of 234º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC2EF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189194239-
CMYK0.210.1900.06
HSL234º60.98%83.92%-
HSV(B)234º20.92%93.73%-
XYZ55.8655.6389.46-
YUV197.64151.34121.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=30.39%
G=31.19%
B=38.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891942390.210.1900.0623460.9883.92
HexBDC2EF151306ea3d54
Octal27530235725230635275124
Binary10111101110000101110111110101100110110111010101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2EF; }

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

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

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

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

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

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

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

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