#BCCFF7

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

Shades of Periwinkle #BCCFF7

Tints of Periwinkle #BCCFF7

Color information

#BCCFF7 (or 0xBCCFF7) is unknown color: approx Periwinkle. HEX triplet: BC, CF and F7. RGB value is (188,207,247). Sum of RGB (Red+Green+Blue) = 188+207+247=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCCFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF7 is #433008. Grayscale: #CDCDCD. Windows color (decimal): -4403209 or 16240572. OLE color: 16240572.

HSL color Cylindrical-coordinate representation of color #BCCFF7: hue angle of 220.68º degrees, saturation: 0.79, 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 #BCCFF7 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188207247-
CMYK0.240.1600.03
HSL220.68º78.67%85.29%-
HSV(B)220.68º23.89%96.86%-
XYZ59.8462.0396.82-
YUV205.88151.21115.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 247 (96.88% from 255) = 38.47%
R=29.28%
G=32.24%
B=38.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882072470.240.1600.03220.6878.6785.29
HexBCCFF7181003dd4f55
Octal274317367302003335117125
Binary10111100110011111111011111000100000111101110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFF7; }

 p { color: rgb(188,207,247); }

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

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

 a { background-color: rgb(188,207,247); }

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

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

 span { border-color: rgb(188,207,247); }

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