#BCD0EC

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

Shades of Periwinkle #BCD0EC

Tints of Periwinkle #BCD0EC

Color information

#BCD0EC (or 0xBCD0EC) is unknown color: approx Periwinkle. HEX triplet: BC, D0 and EC. RGB value is (188,208,236). Sum of RGB (Red+Green+Blue) = 188+208+236=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0EC is #432F13. Grayscale: #CDCDCD. Windows color (decimal): -4402964 or 15519932. OLE color: 15519932.

HSL color Cylindrical-coordinate representation of color #BCD0EC: hue angle of 215º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD0EC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188208236-
CMYK0.200.1200.07
HSL215º55.81%83.14%-
HSV(B)215º20.34%92.55%-
XYZ58.4461.8688.22-
YUV205.21145.37115.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=29.75%
G=32.91%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882082360.200.1200.0721555.8183.14
HexBCD0EC14C07d73853
Octal27432035424140732770123
Binary1011110011010000111011001010011000111110101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0EC; }

 p { color: rgb(188,208,236); }

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

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

 a { background-color: rgb(188,208,236); }

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

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

 span { border-color: rgb(188,208,236); }

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