#BCB4F8

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

Shades of Lavender Blue #BCB4F8

Tints of Lavender Blue #BCB4F8

Color information

#BCB4F8 (or 0xBCB4F8) is unknown color: approx Lavender Blue. HEX triplet: BC, B4 and F8. RGB value is (188,180,248). Sum of RGB (Red+Green+Blue) = 188+180+248=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCB4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4F8 is #434B07. Grayscale: #BDBDBD. Windows color (decimal): -4410120 or 16299196. OLE color: 16299196.

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

Color convert

RGB188180248-
CMYK0.240.2700.03
HSL247.06º82.93%83.92%-
HSV(B)247.06º27.42%97.25%-
XYZ5450.1195.63-
YUV190.14160.65126.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=30.52%
G=29.22%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881802480.240.2700.03247.0682.9383.92
HexBCB4F8181B03f75354
Octal274264370303303367123124
Binary10111100101101001111100011000110110111111011110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4F8; }

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

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

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

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

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

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

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

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