#BDC9E5

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

Shades of Periwinkle #BDC9E5

Tints of Periwinkle #BDC9E5

Color information

#BDC9E5 (or 0xBDC9E5) is unknown color: approx Periwinkle. HEX triplet: BD, C9 and E5. RGB value is (189,201,229). Sum of RGB (Red+Green+Blue) = 189+201+229=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9E5 is #42361A. Grayscale: #C8C8C8. Windows color (decimal): -4339227 or 15059389. OLE color: 15059389.

HSL color Cylindrical-coordinate representation of color #BDC9E5: hue angle of 222º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC9E5 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189201229-
CMYK0.170.1200.10
HSL222º43.48%81.96%-
HSV(B)222º17.47%89.8%-
XYZ56.0258.2582.42-
YUV200.6144.02119.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=30.53%
G=32.47%
B=37.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892012290.170.1200.1022243.4881.96
HexBDC9E511C0Ade2b52
Octal275311345211401233653122
Binary10111101110010011110010110001110001010110111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9E5; }

 p { color: rgb(189,201,229); }

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

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

 a { background-color: rgb(189,201,229); }

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

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

 span { border-color: rgb(189,201,229); }

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