#BCC7F9

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

Shades of Periwinkle #BCC7F9

Tints of Periwinkle #BCC7F9

Color information

#BCC7F9 (or 0xBCC7F9) is unknown color: approx Periwinkle. HEX triplet: BC, C7 and F9. RGB value is (188,199,249). Sum of RGB (Red+Green+Blue) = 188+199+249=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F9 is #433806. Grayscale: #C9C9C9. Windows color (decimal): -4405255 or 16369596. OLE color: 16369596.

HSL color Cylindrical-coordinate representation of color #BCC7F9: hue angle of 229.18º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC7F9 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188199249-
CMYK0.240.2000.02
HSL229.18º83.56%85.69%-
HSV(B)229.18º24.5%97.65%-
XYZ58.2658.3897.82-
YUV201.41154.86118.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 199 (78.12% from 255) = 31.29%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=29.56%
G=31.29%
B=39.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881992490.240.2000.02229.1883.5685.69
HexBCC7F9181402e55456
Octal274307371302402345124126
Binary10111100110001111111100111000101000101110010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7F9; }

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

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

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

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

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

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

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

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