#BDD1EC

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

Shades of Periwinkle #BDD1EC

Tints of Periwinkle #BDD1EC

Color information

#BDD1EC (or 0xBDD1EC) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and EC. RGB value is (189,209,236). Sum of RGB (Red+Green+Blue) = 189+209+236=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1EC is #422E13. Grayscale: #CDCDCD. Windows color (decimal): -4337172 or 15520189. OLE color: 15520189.

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

Color convert

RGB189209236-
CMYK0.200.1100.07
HSL214.47º55.29%83.33%-
HSV(B)214.47º19.92%92.55%-
XYZ58.9362.4888.31-
YUV206.1144.87115.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=29.81%
G=32.97%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892092360.200.1100.07214.4755.2983.33
HexBDD1EC14B07d63753
Octal27532135424130732667123
Binary1011110111010001111011001010010110111110101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1EC; }

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

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

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

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

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

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

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

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