#BDC2EB

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

Shades of Periwinkle #BDC2EB

Tints of Periwinkle #BDC2EB

Color information

#BDC2EB (or 0xBDC2EB) is unknown color: approx Periwinkle. HEX triplet: BD, C2 and EB. RGB value is (189,194,235). Sum of RGB (Red+Green+Blue) = 189+194+235=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2EB is #423D14. Grayscale: #C5C5C5. Windows color (decimal): -4341013 or 15450813. OLE color: 15450813.

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

Color convert

RGB189194235-
CMYK0.200.1700.08
HSL233.48º53.49%83.14%-
HSV(B)233.48º19.57%92.16%-
XYZ55.2755.486.38-
YUV197.18149.34122.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=30.58%
G=31.39%
B=38.03%

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
Decimal1891942350.200.1700.08233.4853.4983.14
HexBDC2EB141108e93553
Octal275302353242101035165123
Binary101111011100001011101011101001000101000111010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2EB; }

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

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

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

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

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

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

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

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