#BCBBF3

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

Shades of Lavender Blue #BCBBF3

Tints of Lavender Blue #BCBBF3

Color information

#BCBBF3 (or 0xBCBBF3) is unknown color: approx Lavender Blue. HEX triplet: BC, BB and F3. RGB value is (188,187,243). Sum of RGB (Red+Green+Blue) = 188+187+243=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBF3 is #43440C. Grayscale: #C1C1C1. Windows color (decimal): -4408333 or 15973308. OLE color: 15973308.

HSL color Cylindrical-coordinate representation of color #BCBBF3: hue angle of 241.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBBF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188187243-
CMYK0.230.2300.05
HSL241.07º70%84.31%-
HSV(B)241.07º23.05%95.29%-
XYZ54.6952.792.08-
YUV193.68155.83123.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=30.42%
G=30.26%
B=39.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881872430.230.2300.05241.077084.31
HexBCBBF3171705f14654
Octal274273363272705361106124
Binary101111001011101111110011101111011101011111000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBF3; }

 p { color: rgb(188,187,243); }

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

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

 a { background-color: rgb(188,187,243); }

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

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

 span { border-color: rgb(188,187,243); }

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