#BCC7EF

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

Shades of Periwinkle #BCC7EF

Tints of Periwinkle #BCC7EF

Color information

#BCC7EF (or 0xBCC7EF) is unknown color: approx Periwinkle. HEX triplet: BC, C7 and EF. RGB value is (188,199,239). Sum of RGB (Red+Green+Blue) = 188+199+239=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7EF is #433810. Grayscale: #C8C8C8. Windows color (decimal): -4405265 or 15714236. OLE color: 15714236.

HSL color Cylindrical-coordinate representation of color #BCC7EF: hue angle of 227.06º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC7EF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188199239-
CMYK0.210.1700.06
HSL227.06º61.45%83.73%-
HSV(B)227.06º21.34%93.73%-
XYZ56.7457.7789.82-
YUV200.27149.86119.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=30.03%
G=31.79%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881992390.210.1700.06227.0661.4583.73
HexBCC7EF151106e33d54
Octal27430735725210634375124
Binary10111100110001111110111110101100010110111000111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7EF; }

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

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

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

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

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

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

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

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