#BDD0E7

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

Shades of Periwinkle #BDD0E7

Tints of Periwinkle #BDD0E7

Color information

#BDD0E7 (or 0xBDD0E7) is unknown color: approx Periwinkle. HEX triplet: BD, D0 and E7. RGB value is (189,208,231). Sum of RGB (Red+Green+Blue) = 189+208+231=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDD0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E7 is #422F18. Grayscale: #CCCCCC. Windows color (decimal): -4337433 or 15192253. OLE color: 15192253.

HSL color Cylindrical-coordinate representation of color #BDD0E7: hue angle of 212.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDD0E7 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189208231-
CMYK0.180.1000.09
HSL212.86º46.67%82.35%-
HSV(B)212.86º18.18%90.59%-
XYZ57.9761.784.46-
YUV204.94142.71116.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=30.10%
G=33.12%
B=36.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892082310.180.1000.09212.8646.6782.35
HexBDD0E712A09d52f52
Octal275320347221201132557122
Binary10111101110100001110011110010101001001110101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0E7; }

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

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

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

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

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

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

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

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