#BDC1E8

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

Shades of Periwinkle #BDC1E8

Tints of Periwinkle #BDC1E8

Color information

#BDC1E8 (or 0xBDC1E8) is unknown color: approx Periwinkle. HEX triplet: BD, C1 and E8. RGB value is (189,193,232). Sum of RGB (Red+Green+Blue) = 189+193+232=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1E8 is #423E17. Grayscale: #C4C4C4. Windows color (decimal): -4341272 or 15253949. OLE color: 15253949.

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

Color convert

RGB189193232-
CMYK0.190.1700.09
HSL234.42º48.31%82.55%-
HSV(B)234.42º18.53%90.98%-
XYZ54.6254.7884.04-
YUV196.25148.17122.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=30.78%
G=31.43%
B=37.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891932320.190.1700.09234.4248.3182.55
HexBDC1E8131109ea3053
Octal275301350232101135260123
Binary101111011100000111101000100111000101001111010101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1E8; }

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

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

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

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

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

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

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

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