#BDC6EB

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

Shades of Periwinkle #BDC6EB

Tints of Periwinkle #BDC6EB

Color information

#BDC6EB (or 0xBDC6EB) is unknown color: approx Periwinkle. HEX triplet: BD, C6 and EB. RGB value is (189,198,235). Sum of RGB (Red+Green+Blue) = 189+198+235=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6EB is #423914. Grayscale: #C7C7C7. Windows color (decimal): -4339989 or 15451837. OLE color: 15451837.

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

Color convert

RGB189198235-
CMYK0.200.1600.08
HSL228.26º53.49%83.14%-
HSV(B)228.26º19.57%92.16%-
XYZ56.1857.2186.68-
YUV199.53148.02120.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=30.39%
G=31.83%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891982350.200.1600.08228.2653.4983.14
HexBDC6EB141008e43553
Octal275306353242001034465123
Binary101111011100011011101011101001000001000111001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6EB; }

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

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

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

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

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

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

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

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