#BDC3EB

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

Shades of Periwinkle #BDC3EB

Tints of Periwinkle #BDC3EB

Color information

#BDC3EB (or 0xBDC3EB) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and EB. RGB value is (189,195,235). Sum of RGB (Red+Green+Blue) = 189+195+235=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3EB is #423C14. Grayscale: #C5C5C5. Windows color (decimal): -4340757 or 15451069. OLE color: 15451069.

HSL color Cylindrical-coordinate representation of color #BDC3EB: hue angle of 232.17º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC3EB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189195235-
CMYK0.200.1700.08
HSL232.17º53.49%83.14%-
HSV(B)232.17º19.57%92.16%-
XYZ55.555.8586.45-
YUV197.77149.01121.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 195 (76.56% from 255) = 31.50%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=30.53%
G=31.50%
B=37.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891952350.200.1700.08232.1753.4983.14
HexBDC3EB141108e83553
Octal275303353242101035065123
Binary101111011100001111101011101001000101000111010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3EB; }

 p { color: rgb(189,195,235); }

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

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

 a { background-color: rgb(189,195,235); }

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

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

 span { border-color: rgb(189,195,235); }

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