#BDD1E8

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

Shades of Periwinkle #BDD1E8

Tints of Periwinkle #BDD1E8

Color information

#BDD1E8 (or 0xBDD1E8) is unknown color: approx Periwinkle. HEX triplet: BD, D1 and E8. RGB value is (189,209,232). Sum of RGB (Red+Green+Blue) = 189+209+232=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDD1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1E8 is #422E17. Grayscale: #CDCDCD. Windows color (decimal): -4337176 or 15258045. OLE color: 15258045.

HSL color Cylindrical-coordinate representation of color #BDD1E8: hue angle of 212.09º degrees, saturation: 0.48, 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 #BDD1E8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189209232-
CMYK0.190.1000.09
HSL212.09º48.31%82.55%-
HSV(B)212.09º18.53%90.98%-
XYZ58.3562.2585.28-
YUV205.64142.87116.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=30%
G=33.17%
B=36.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892092320.190.1000.09212.0948.3182.55
HexBDD1E813A09d43053
Octal275321350231201132460123
Binary10111101110100011110100010011101001001110101001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1E8; }

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

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

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

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

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

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

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

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