#BCC1E0

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

Shades of Periwinkle #BCC1E0

Tints of Periwinkle #BCC1E0

Color information

#BCC1E0 (or 0xBCC1E0) is unknown color: approx Periwinkle. HEX triplet: BC, C1 and E0. RGB value is (188,193,224). Sum of RGB (Red+Green+Blue) = 188+193+224=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1E0 is #433E1F. Grayscale: #C2C2C2. Windows color (decimal): -4406816 or 14729660. OLE color: 14729660.

HSL color Cylindrical-coordinate representation of color #BCC1E0: hue angle of 231.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC1E0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188193224-
CMYK0.160.1400.12
HSL231.67º36.73%80.78%-
HSV(B)231.67º16.07%87.84%-
XYZ53.2654.2178.18-
YUV195.04144.34122.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=31.07%
G=31.90%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881932240.160.1400.12231.6736.7380.78
HexBCC1E010E0Ce82551
Octal274301340201601435045121
Binary10111100110000011110000010000111001100111010001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1E0; }

 p { color: rgb(188,193,224); }

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

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

 a { background-color: rgb(188,193,224); }

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

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

 span { border-color: rgb(188,193,224); }

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