#BCC7F0

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

Shades of Periwinkle #BCC7F0

Tints of Periwinkle #BCC7F0

Color information

#BCC7F0 (or 0xBCC7F0) is unknown color: approx Periwinkle. HEX triplet: BC, C7 and F0. RGB value is (188,199,240). Sum of RGB (Red+Green+Blue) = 188+199+240=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F0 is #43380F. Grayscale: #C8C8C8. Windows color (decimal): -4405264 or 15779772. OLE color: 15779772.

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

Color convert

RGB188199240-
CMYK0.220.1700.06
HSL227.31º63.41%83.92%-
HSV(B)227.31º21.67%94.12%-
XYZ56.8957.8390.6-
YUV200.38150.36119.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=29.98%
G=31.74%
B=38.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881992400.220.1700.06227.3163.4183.92
HexBCC7F0161106e33f54
Octal27430736026210634377124
Binary10111100110001111111000010110100010110111000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7F0; }

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

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

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

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

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

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

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

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