#BCBAFE

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

Shades of Lavender Blue #BCBAFE

Tints of Lavender Blue #BCBAFE

Color information

#BCBAFE (or 0xBCBAFE) is unknown color: approx Lavender Blue. HEX triplet: BC, BA and FE. RGB value is (188,186,254). Sum of RGB (Red+Green+Blue) = 188+186+254=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFE is #434501. Grayscale: #C2C2C2. Windows color (decimal): -4408578 or 16693948. OLE color: 16693948.

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

Color convert

RGB188186254-
CMYK0.260.2700.00
HSL241.76º97.14%86.27%-
HSV(B)241.76º26.77%99.61%-
XYZ56.1952.96101.03-
YUV194.35161.66123.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=29.94%
G=29.62%
B=40.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881862540.260.2700.00241.7697.1486.27
HexBCBAFE1A1B00f26156
Octal274272376323300362141126
Binary1011110010111010111111101101011011001111001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAFE; }

 p { color: rgb(188,186,254); }

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

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

 a { background-color: rgb(188,186,254); }

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

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

 span { border-color: rgb(188,186,254); }

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