#BCC5FA

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

Shades of Lavender Blue #BCC5FA

Tints of Lavender Blue #BCC5FA

Color information

#BCC5FA (or 0xBCC5FA) is unknown color: approx Lavender Blue. HEX triplet: BC, C5 and FA. RGB value is (188,197,250). Sum of RGB (Red+Green+Blue) = 188+197+250=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FA is #433A05. Grayscale: #C8C8C8. Windows color (decimal): -4405766 or 16434620. OLE color: 16434620.

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

Color convert

RGB188197250-
CMYK0.250.2100.02
HSL231.29º86.11%85.88%-
HSV(B)231.29º24.8%98.04%-
XYZ57.9657.5398.49-
YUV200.35156.02119.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=29.61%
G=31.02%
B=39.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881972500.250.2100.02231.2986.1185.88
HexBCC5FA191502e75656
Octal274305372312502347126126
Binary10111100110001011111101011001101010101110011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5FA; }

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

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

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

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

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

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

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

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