#BCC1DC

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

Shades of Periwinkle #BCC1DC

Tints of Periwinkle #BCC1DC

Color information

#BCC1DC (or 0xBCC1DC) is unknown color: approx Periwinkle. HEX triplet: BC, C1 and DC. RGB value is (188,193,220). Sum of RGB (Red+Green+Blue) = 188+193+220=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1DC is #433E23. Grayscale: #C2C2C2. Windows color (decimal): -4406820 or 14467516. OLE color: 14467516.

HSL color Cylindrical-coordinate representation of color #BCC1DC: hue angle of 230.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC1DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188193220-
CMYK0.150.1200.14
HSL230.62º31.37%80%-
HSV(B)230.62º14.55%86.27%-
XYZ52.735475.35-
YUV194.58142.34123.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=31.28%
G=32.11%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881932200.150.1200.14230.6231.3780
HexBCC1DCFC0Ee71f50
Octal274301334171401634737120
Binary101111001100000111011100111111000111011100111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1DC; }

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

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

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

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

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

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

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

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