#BCC3F8

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

Shades of Lavender Blue #BCC3F8

Tints of Lavender Blue #BCC3F8

Color information

#BCC3F8 (or 0xBCC3F8) is unknown color: approx Lavender Blue. HEX triplet: BC, C3 and F8. RGB value is (188,195,248). Sum of RGB (Red+Green+Blue) = 188+195+248=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCC3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3F8 is #433C07. Grayscale: #C6C6C6. Windows color (decimal): -4406280 or 16303036. OLE color: 16303036.

HSL color Cylindrical-coordinate representation of color #BCC3F8: hue angle of 233º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC3F8 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188195248-
CMYK0.240.2100.03
HSL233º81.08%85.49%-
HSV(B)233º24.19%97.25%-
XYZ57.256.596.7-
YUV198.95155.68120.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 195 (76.56% from 255) = 30.90%
BLUE value IS 248 (97.27% from 255) = 39.30%
R=29.79%
G=30.90%
B=39.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881952480.240.2100.0323381.0885.49
HexBCC3F8181503e95155
Octal274303370302503351121125
Binary10111100110000111111100011000101010111110100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3F8; }

 p { color: rgb(188,195,248); }

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

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

 a { background-color: rgb(188,195,248); }

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

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

 span { border-color: rgb(188,195,248); }

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