#BCC8F5

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

Shades of Periwinkle #BCC8F5

Tints of Periwinkle #BCC8F5

Color information

#BCC8F5 (or 0xBCC8F5) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and F5. RGB value is (188,200,245). Sum of RGB (Red+Green+Blue) = 188+200+245=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCC8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F5 is #43370A. Grayscale: #C9C9C9. Windows color (decimal): -4405003 or 16107708. OLE color: 16107708.

HSL color Cylindrical-coordinate representation of color #BCC8F5: hue angle of 227.37º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC8F5 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188200245-
CMYK0.230.1800.04
HSL227.37º74.03%84.9%-
HSV(B)227.37º23.27%96.08%-
XYZ57.8758.5994.65-
YUV201.54152.52118.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 245 (96.09% from 255) = 38.70%
R=29.70%
G=31.60%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882002450.230.1800.04227.3774.0384.9
HexBCC8F5171204e34a55
Octal274310365272204343112125
Binary101111001100100011110101101111001001001110001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8F5; }

 p { color: rgb(188,200,245); }

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

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

 a { background-color: rgb(188,200,245); }

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

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

 span { border-color: rgb(188,200,245); }

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