#BCBBFF

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

Shades of Lavender Blue #BCBBFF

Tints of Lavender Blue #BCBBFF

Color information

#BCBBFF (or 0xBCBBFF) is unknown color: approx Lavender Blue. HEX triplet: BC, BB and FF. RGB value is (188,187,255). Sum of RGB (Red+Green+Blue) = 188+187+255=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBFF is #434400. Grayscale: #C2C2C2. Windows color (decimal): -4408321 or 16759740. OLE color: 16759740.

HSL color Cylindrical-coordinate representation of color #BCBBFF: hue angle of 240.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBBFF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188187255-
CMYK0.260.2700
HSL240.88º100%86.67%-
HSV(B)240.88º26.67%100%-
XYZ56.5653.45101.94-
YUV195.05161.83122.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 255 (100% from 255) = 40.48%
R=29.84%
G=29.68%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881872550.260.2700240.8810086.67
HexBCBBFF1A1B00f16457
Octal274273377323300361144127
Binary1011110010111011111111111101011011001111000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBFF; }

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

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

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

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

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

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

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

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