#BDC8E5

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

Shades of Periwinkle #BDC8E5

Tints of Periwinkle #BDC8E5

Color information

#BDC8E5 (or 0xBDC8E5) is unknown color: approx Periwinkle. HEX triplet: BD, C8 and E5. RGB value is (189,200,229). Sum of RGB (Red+Green+Blue) = 189+200+229=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8E5 is #42371A. Grayscale: #C7C7C7. Windows color (decimal): -4339483 or 15059133. OLE color: 15059133.

HSL color Cylindrical-coordinate representation of color #BDC8E5: hue angle of 223.5º 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 #BDC8E5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189200229-
CMYK0.170.1300.10
HSL223.5º43.48%81.96%-
HSV(B)223.5º17.47%89.8%-
XYZ55.7857.7882.34-
YUV200.02144.36120.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=30.58%
G=32.36%
B=37.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892002290.170.1300.10223.543.4881.96
HexBDC8E511D0Ae02b52
Octal275310345211501234053122
Binary10111101110010001110010110001110101010111000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8E5; }

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

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

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

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

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

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

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

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