#BCC4F1

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

Shades of Periwinkle #BCC4F1

Tints of Periwinkle #BCC4F1

Color information

#BCC4F1 (or 0xBCC4F1) is unknown color: approx Periwinkle. HEX triplet: BC, C4 and F1. RGB value is (188,196,241). Sum of RGB (Red+Green+Blue) = 188+196+241=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F1 is #433B0E. Grayscale: #C6C6C6. Windows color (decimal): -4406031 or 15844540. OLE color: 15844540.

HSL color Cylindrical-coordinate representation of color #BCC4F1: hue angle of 230.94º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC4F1 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188196241-
CMYK0.220.1900.05
HSL230.94º65.43%84.12%-
HSV(B)230.94º21.99%94.51%-
XYZ56.3656.5291.16-
YUV198.74151.85120.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=30.08%
G=31.36%
B=38.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881962410.220.1900.05230.9465.4384.12
HexBCC4F1161305e74154
Octal274304361262305347101124
Binary101111001100010011110001101101001101011110011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4F1; }

 p { color: rgb(188,196,241); }

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

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

 a { background-color: rgb(188,196,241); }

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

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

 span { border-color: rgb(188,196,241); }

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