#BCC7FE

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

Shades of Lavender Blue #BCC7FE

Tints of Lavender Blue #BCC7FE

Color information

#BCC7FE (or 0xBCC7FE) is unknown color: approx Lavender Blue. HEX triplet: BC, C7 and FE. RGB value is (188,199,254). Sum of RGB (Red+Green+Blue) = 188+199+254=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FE is #433801. Grayscale: #C9C9C9. Windows color (decimal): -4405250 or 16697276. OLE color: 16697276.

HSL color Cylindrical-coordinate representation of color #BCC7FE: hue angle of 230º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC7FE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188199254-
CMYK0.260.2200.00
HSL230º97.06%86.67%-
HSV(B)230º25.98%99.61%-
XYZ59.0558.69101.98-
YUV201.98157.36118.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=29.33%
G=31.05%
B=39.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881992540.260.2200.0023097.0686.67
HexBCC7FE1A1600e66157
Octal274307376322600346141127
Binary1011110011000111111111101101010110001110011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7FE; }

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

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

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

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

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

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

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

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