#BCC8F4

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

Shades of Periwinkle #BCC8F4

Tints of Periwinkle #BCC8F4

Color information

#BCC8F4 (or 0xBCC8F4) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and F4. RGB value is (188,200,244). Sum of RGB (Red+Green+Blue) = 188+200+244=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCC8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F4 is #43370B. Grayscale: #C9C9C9. Windows color (decimal): -4405004 or 16042172. OLE color: 16042172.

HSL color Cylindrical-coordinate representation of color #BCC8F4: hue angle of 227.14º degrees, saturation: 0.72, 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 #BCC8F4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188200244-
CMYK0.230.1800.04
HSL227.14º71.79%84.71%-
HSV(B)227.14º22.95%95.69%-
XYZ57.7258.5393.84-
YUV201.43152.02118.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 200 (78.52% from 255) = 31.65%
BLUE value IS 244 (95.70% from 255) = 38.61%
R=29.75%
G=31.65%
B=38.61%

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
Decimal1882002440.230.1800.04227.1471.7984.71
HexBCC8F4171204e34855
Octal274310364272204343110125
Binary101111001100100011110100101111001001001110001110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8F4; }

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

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

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

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

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

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

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

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