#BCC7DF

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

Shades of Periwinkle #BCC7DF

Tints of Periwinkle #BCC7DF

Color information

#BCC7DF (or 0xBCC7DF) is unknown color: approx Periwinkle. HEX triplet: BC, C7 and DF. RGB value is (188,199,223). Sum of RGB (Red+Green+Blue) = 188+199+223=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DF is #433820. Grayscale: #C6C6C6. Windows color (decimal): -4405281 or 14665660. OLE color: 14665660.

HSL color Cylindrical-coordinate representation of color #BCC7DF: hue angle of 221.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC7DF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188199223-
CMYK0.160.1100.13
HSL221.14º35.35%80.59%-
HSV(B)221.14º15.7%87.45%-
XYZ54.4856.8777.92-
YUV198.45141.86120.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=30.82%
G=32.62%
B=36.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881992230.160.1100.13221.1435.3580.59
HexBCC7DF10B0Ddd2351
Octal274307337201301533543121
Binary10111100110001111101111110000101101101110111011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7DF; }

 p { color: rgb(188,199,223); }

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

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

 a { background-color: rgb(188,199,223); }

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

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

 span { border-color: rgb(188,199,223); }

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