#BDC9EB

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

Shades of Periwinkle #BDC9EB

Tints of Periwinkle #BDC9EB

Color information

#BDC9EB (or 0xBDC9EB) is unknown color: approx Periwinkle. HEX triplet: BD, C9 and EB. RGB value is (189,201,235). Sum of RGB (Red+Green+Blue) = 189+201+235=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9EB is #423614. Grayscale: #C9C9C9. Windows color (decimal): -4339221 or 15452605. OLE color: 15452605.

HSL color Cylindrical-coordinate representation of color #BDC9EB: hue angle of 224.35º 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 #BDC9EB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189201235-
CMYK0.200.1400.08
HSL224.35º53.49%83.14%-
HSV(B)224.35º19.57%92.16%-
XYZ56.8758.5986.91-
YUV201.29147.02119.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=30.24%
G=32.16%
B=37.6%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892012350.200.1400.08224.3553.4983.14
HexBDC9EB14E08e03553
Octal275311353241601034065123
Binary10111101110010011110101110100111001000111000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9EB; }

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

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

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

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

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

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

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

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