#BCC2EC

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

Shades of Periwinkle #BCC2EC

Tints of Periwinkle #BCC2EC

Color information

#BCC2EC (or 0xBCC2EC) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and EC. RGB value is (188,194,236). Sum of RGB (Red+Green+Blue) = 188+194+236=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2EC is #433D13. Grayscale: #C4C4C4. Windows color (decimal): -4406548 or 15516348. OLE color: 15516348.

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

Color convert

RGB188194236-
CMYK0.200.1800.07
HSL232.5º55.81%83.14%-
HSV(B)232.5º20.34%92.55%-
XYZ55.1755.3387.13-
YUV196.99150.01121.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=30.42%
G=31.39%
B=38.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881942360.200.1800.07232.555.8183.14
HexBCC2EC141207e83853
Octal27430235424220735070123
Binary10111100110000101110110010100100100111111010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2EC; }

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

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

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

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

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

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

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

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