Html Css Color HEX #BCB6FE Lavender Blue

📋 copy color: '#BCB6FE'

red 188 ◦ green 182 ◦ blue 254

#BCB6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BCB6FE

Tints of Lavender Blue #BCB6FE

RGB

 RED value IS 188 (73.83% from 255) = 30.13%

 GREEN value IS 182 (71.48% from 255) = 29.17%

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 30.13%
G = 29.17%
B = 40.71%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCB6FE (or 0xBCB6FE) is known color: Lavender Blue. HEX triplet: BC, B6 and FE. RGB value is (188,182,254). Sum of RGB (Red+Green+Blue) = 188+182+254=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6FE is #434901. Grayscale: #BFBFBF. Windows color (decimal): -4409602 or 16692924. OLE color: 16692924.

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

Color convert

RGB 188 182 254 -
CMYK 0.26 0.28 0 0.00
HSL 245º 0.97% 0.85% -
HSV(B) 245º 0.28% 1% -
XYZ 55.36 51.3 100.75 -
YUV 192 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 188 182 254 0.26 0.28 0 0.00 245 0.97 0.85
Hex BC B6 FE 1A 1C 0 0 F5 61 55
Octal 274 266 376 32 34 0 0 365 141 125
Binary 10111100 10110110 11111110 11010 11100 0 0 11110101 1100001 1010101

Color Harmonies of #BCB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6FE

Black with #BCB6FE

Text Example


Text Example

White with #BCB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6FE; }

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

 H1.HeaderClassName
 {
   color: #BCB6FE;
 }
 .AnyTagClassName
 {
   color: #BCB6FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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