#BDD1ED

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

Shades of Periwinkle #BDD1ED

Tints of Periwinkle #BDD1ED

Color information

#BDD1ED (or 0xBDD1ED) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and ED. RGB value is (189,209,237). Sum of RGB (Red+Green+Blue) = 189+209+237=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1ED is #422E12. Grayscale: #CECECE. Windows color (decimal): -4337171 or 15585725. OLE color: 15585725.

HSL color Cylindrical-coordinate representation of color #BDD1ED: hue angle of 215º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD1ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189209237-
CMYK0.200.1200.07
HSL215º57.14%83.53%-
HSV(B)215º20.25%92.94%-
XYZ59.0762.5389.08-
YUV206.21145.37115.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=29.76%
G=32.91%
B=37.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892092370.200.1200.0721557.1483.53
HexBDD1ED14C07d73954
Octal27532135524140732771124
Binary1011110111010001111011011010011000111110101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1ED; }

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

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

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

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

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

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

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

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