#BDD0E9

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

Shades of Periwinkle #BDD0E9

Tints of Periwinkle #BDD0E9

Color information

#BDD0E9 (or 0xBDD0E9) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and E9. RGB value is (189,208,233). Sum of RGB (Red+Green+Blue) = 189+208+233=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E9 is #422F16. Grayscale: #CDCDCD. Windows color (decimal): -4337431 or 15323325. OLE color: 15323325.

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

Color convert

RGB189208233-
CMYK0.190.1100.09
HSL214.09º50%82.75%-
HSV(B)214.09º18.88%91.37%-
XYZ58.2561.8185.95-
YUV205.17143.71116.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 233 (91.41% from 255) = 36.98%
R=30%
G=33.02%
B=36.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892082330.190.1100.09214.095082.75
HexBDD0E913B09d63253
Octal275320351231301132662123
Binary10111101110100001110100110011101101001110101101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0E9; }

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

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

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

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

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

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

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

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