#BCB2FC

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

Shades of Lavender Blue #BCB2FC

Tints of Lavender Blue #BCB2FC

Color information

#BCB2FC (or 0xBCB2FC) is unknown color: approx Lavender Blue. HEX triplet: BC, B2 and FC. RGB value is (188,178,252). Sum of RGB (Red+Green+Blue) = 188+178+252=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB2FC is #434D03. Grayscale: #BDBDBD. Windows color (decimal): -4410628 or 16560828. OLE color: 16560828.

HSL color Cylindrical-coordinate representation of color #BCB2FC: hue angle of 248.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB2FC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188178252-
CMYK0.250.2900.01
HSL248.11º92.5%84.31%-
HSV(B)248.11º29.37%98.82%-
XYZ54.2349.5698.8-
YUV189.43163.31126.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 178 (69.92% from 255) = 28.80%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=30.42%
G=28.80%
B=40.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881782520.250.2900.01248.1192.584.31
HexBCB2FC191D01f85c54
Octal274262374313501370134124
Binary1011110010110010111111001100111101011111100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2FC; }

 p { color: rgb(188,178,252); }

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

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

 a { background-color: rgb(188,178,252); }

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

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

 span { border-color: rgb(188,178,252); }

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