#BCC1FA

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

Shades of Lavender Blue #BCC1FA

Tints of Lavender Blue #BCC1FA

Color information

#BCC1FA (or 0xBCC1FA) is unknown color: approx Lavender Blue. HEX triplet: BC, C1 and FA. RGB value is (188,193,250). Sum of RGB (Red+Green+Blue) = 188+193+250=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1FA is #433E05. Grayscale: #C5C5C5. Windows color (decimal): -4406790 or 16433596. OLE color: 16433596.

HSL color Cylindrical-coordinate representation of color #BCC1FA: hue angle of 235.16º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC1FA is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188193250-
CMYK0.250.2300.02
HSL235.16º86.11%85.88%-
HSV(B)235.16º24.8%98.04%-
XYZ57.0655.7398.19-
YUV198157.34120.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=29.79%
G=30.59%
B=39.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881932500.250.2300.02235.1686.1185.88
HexBCC1FA191702eb5656
Octal274301372312702353126126
Binary10111100110000011111101011001101110101110101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1FA; }

 p { color: rgb(188,193,250); }

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

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

 a { background-color: rgb(188,193,250); }

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

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

 span { border-color: rgb(188,193,250); }

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