Html Css Color HEX #B6B3FF Lavender Blue

📋 copy color: '#B6B3FF'

red 182 ◦ green 179 ◦ blue 255

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

Shades of Lavender Blue #B6B3FF

Tints of Lavender Blue #B6B3FF

RGB

 RED value IS 182 (71.48% from 255) = 29.55%

 GREEN value IS 179 (70.31% from 255) = 29.06%

 BLUE value IS 255 (100% from 255) = 41.4%

R = 29.55%
G = 29.06%
B = 41.4%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6B3FF (or 0xB6B3FF) is known color: Lavender Blue. HEX triplet: B6, B3 and FF. RGB value is (182,179,255). Sum of RGB (Red+Green+Blue) = 182+179+255=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B3FF is #494C00. Grayscale: #BCBCBC. Windows color (decimal): -4803585 or 16757686. OLE color: 16757686.

HSL color Cylindrical-coordinate representation of color #B6B3FF: hue angle of 242.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B3FF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 179 255 -
CMYK 0.29 0.30 0 0
HSL 242.37º 1% 0.85% -
HSV(B) 242.37º 0.3% 1% -
XYZ 53.46 49.41 101.33 -
YUV 188.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 182 179 255 0.29 0.30 0 0 242.37 1 0.85
Hex B6 B3 FF 1D 1E 0 0 F2 64 55
Octal 266 263 377 35 36 0 0 362 144 125
Binary 10110110 10110011 11111111 11101 11110 0 0 11110010 1100100 1010101

Color Harmonies of #B6B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B3FF

Black with #B6B3FF

Text Example


Text Example

White with #B6B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B3FF; }

 p { color: rgb(182,179,255); }

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

background-color css

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

 a { background-color: rgb(182,179,255); }

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

border-color css

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

 span { border-color: rgb(182,179,255); }

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