#BCC8F3

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

Shades of Periwinkle #BCC8F3

Tints of Periwinkle #BCC8F3

Color information

#BCC8F3 (or 0xBCC8F3) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and F3. RGB value is (188,200,243). Sum of RGB (Red+Green+Blue) = 188+200+243=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F3 is #43370C. Grayscale: #C9C9C9. Windows color (decimal): -4405005 or 15976636. OLE color: 15976636.

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

Color convert

RGB188200243-
CMYK0.230.1800.05
HSL226.91º69.62%84.51%-
HSV(B)226.91º22.63%95.29%-
XYZ57.5758.4793.05-
YUV201.31151.52118.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 200 (78.52% from 255) = 31.70%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=29.79%
G=31.70%
B=38.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882002430.230.1800.05226.9169.6284.51
HexBCC8F3171205e34655
Octal274310363272205343106125
Binary101111001100100011110011101111001001011110001110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8F3; }

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

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

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

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

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

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

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

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