#BCC6F8

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

Shades of Periwinkle #BCC6F8

Tints of Periwinkle #BCC6F8

Color information

#BCC6F8 (or 0xBCC6F8) is unknown color: approx Periwinkle. HEX triplet: BC, C6 and F8. RGB value is (188,198,248). Sum of RGB (Red+Green+Blue) = 188+198+248=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 248 (97.27% from 255 or 39.12% from 634); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCC6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6F8 is #433907. Grayscale: #C8C8C8. Windows color (decimal): -4405512 or 16303804. OLE color: 16303804.

HSL color Cylindrical-coordinate representation of color #BCC6F8: hue angle of 230º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC6F8 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188198248-
CMYK0.240.2000.03
HSL230º81.08%85.49%-
HSV(B)230º24.19%97.25%-
XYZ57.8857.8696.92-
YUV200.71154.69118.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 198 (77.73% from 255) = 31.23%
BLUE value IS 248 (97.27% from 255) = 39.12%
R=29.65%
G=31.23%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881982480.240.2000.0323081.0885.49
HexBCC6F8181403e65155
Octal274306370302403346121125
Binary10111100110001101111100011000101000111110011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6F8; }

 p { color: rgb(188,198,248); }

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

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

 a { background-color: rgb(188,198,248); }

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

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

 span { border-color: rgb(188,198,248); }

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