#BCC9FA

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

Shades of Periwinkle #BCC9FA

Tints of Periwinkle #BCC9FA

Color information

#BCC9FA (or 0xBCC9FA) is unknown color: approx Periwinkle. HEX triplet: BC, C9 and FA. RGB value is (188,201,250). Sum of RGB (Red+Green+Blue) = 188+201+250=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9FA is #433605. Grayscale: #CACACA. Windows color (decimal): -4404742 or 16435644. OLE color: 16435644.

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

Color convert

RGB188201250-
CMYK0.250.2000.02
HSL227.42º86.11%85.88%-
HSV(B)227.42º24.8%98.04%-
XYZ58.8859.3798.8-
YUV202.7154.69117.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=29.42%
G=31.46%
B=39.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882012500.250.2000.02227.4286.1185.88
HexBCC9FA191402e35656
Octal274311372312402343126126
Binary10111100110010011111101011001101000101110001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9FA; }

 p { color: rgb(188,201,250); }

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

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

 a { background-color: rgb(188,201,250); }

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

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

 span { border-color: rgb(188,201,250); }

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