#BCC7FA

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

Shades of Lavender Blue #BCC7FA

Tints of Lavender Blue #BCC7FA

Color information

#BCC7FA (or 0xBCC7FA) is unknown color: approx Lavender Blue. HEX triplet: BC, C7 and FA. RGB value is (188,199,250). Sum of RGB (Red+Green+Blue) = 188+199+250=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FA is #433805. Grayscale: #C9C9C9. Windows color (decimal): -4405254 or 16435132. OLE color: 16435132.

HSL color Cylindrical-coordinate representation of color #BCC7FA: hue angle of 229.35º 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 #BCC7FA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188199250-
CMYK0.250.2000.02
HSL229.35º86.11%85.88%-
HSV(B)229.35º24.8%98.04%-
XYZ58.4258.4498.64-
YUV201.52155.36118.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=29.51%
G=31.24%
B=39.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881992500.250.2000.02229.3586.1185.88
HexBCC7FA191402e55656
Octal274307372312402345126126
Binary10111100110001111111101011001101000101110010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7FA; }

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

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

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

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

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

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

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

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