Html Css Color HEX #BCB6F7 Lavender Blue

📋 copy color: '#BCB6F7'

red 188 ◦ green 182 ◦ blue 247

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

Shades of Lavender Blue #BCB6F7

Tints of Lavender Blue #BCB6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.03%

R = 30.47%
G = 29.5%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCB6F7 (or 0xBCB6F7) is known color: Lavender Blue. HEX triplet: BC, B6 and F7. RGB value is (188,182,247). Sum of RGB (Red+Green+Blue) = 188+182+247=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCB6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6F7 is #434908. Grayscale: #BEBEBE. Windows color (decimal): -4409609 or 16234172. OLE color: 16234172.

HSL color Cylindrical-coordinate representation of color #BCB6F7: hue angle of 245.54º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB6F7 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 182 247 -
CMYK 0.24 0.26 0 0.03
HSL 245.54º 0.8% 0.84% -
HSV(B) 245.54º 0.26% 0.97% -
XYZ 54.26 50.86 94.95 -
YUV 191.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 188 182 247 0.24 0.26 0 0.03 245.54 0.8 0.84
Hex BC B6 F7 18 1A 0 3 F6 50 54
Octal 274 266 367 30 32 0 3 366 120 124
Binary 10111100 10110110 11110111 11000 11010 0 11 11110110 1010000 1010100

Color Harmonies of #BCB6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6F7

Black with #BCB6F7

Text Example


Text Example

White with #BCB6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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