#bcc4f3

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

Shades of Periwinkle #BCC4F3

Tints of Periwinkle #BCC4F3

Color information

#BCC4F3 (or 0xBCC4F3) is unknown color: approx Periwinkle. HEX triplet: BC, C4 and F3. RGB value is (188,196,243). Sum of RGB (Red+Green+Blue) = 188+196+243=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F3 is #433B0C. Grayscale: #C6C6C6. Windows color (decimal): -4406029 or 15975612. OLE color: 15975612.

HSL color Cylindrical-coordinate representation of color #BCC4F3: hue angle of 231.27º 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 #BCC4F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188196243-
CMYK0.230.1900.05
HSL231.27º69.62%84.51%-
HSV(B)231.27º22.63%95.29%-
XYZ56.6656.6492.74-
YUV198.97152.85120.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=29.98%
G=31.26%
B=38.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881962430.230.1900.05231.2769.6284.51
HexBCC4F3171305e74655
Octal274304363272305347106125
Binary101111001100010011110011101111001101011110011110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc4f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc4f3; }

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

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

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

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

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

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

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

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