#BCC4F8

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

Shades of Lavender Blue #BCC4F8

Tints of Lavender Blue #BCC4F8

Color information

#BCC4F8 (or 0xBCC4F8) is unknown color: approx Lavender Blue. HEX triplet: BC, C4 and F8. RGB value is (188,196,248). Sum of RGB (Red+Green+Blue) = 188+196+248=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCC4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F8 is #433B07. Grayscale: #C7C7C7. Windows color (decimal): -4406024 or 16303292. OLE color: 16303292.

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

Color convert

RGB188196248-
CMYK0.240.2100.03
HSL232º81.08%85.49%-
HSV(B)232º24.19%97.25%-
XYZ57.4256.9596.77-
YUV199.54155.35119.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=29.75%
G=31.01%
B=39.24%

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
Decimal1881962480.240.2100.0323281.0885.49
HexBCC4F8181503e85155
Octal274304370302503350121125
Binary10111100110001001111100011000101010111110100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4F8; }

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

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

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

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

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

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

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

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