Html Css Color HEX #B6AFFF Lavender Blue

📋 copy color: '#B6AFFF'

red 182 ◦ green 175 ◦ blue 255

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

Shades of Lavender Blue #B6AFFF

Tints of Lavender Blue #B6AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.59%

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

R = 29.74%
G = 28.59%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6AFFF (or 0xB6AFFF) is known color: Lavender Blue. HEX triplet: B6, AF and FF. RGB value is (182,175,255). Sum of RGB (Red+Green+Blue) = 182+175+255=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFFF is #495000. Grayscale: #B9B9B9. Windows color (decimal): -4804609 or 16756662. OLE color: 16756662.

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

Color convert

RGB 182 175 255 -
CMYK 0.29 0.31 0 0
HSL 245.25º 1% 0.84% -
HSV(B) 245.25º 0.31% 1% -
XYZ 52.67 47.83 101.06 -
YUV 186.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 182 175 255 0.29 0.31 0 0 245.25 1 0.84
Hex B6 AF FF 1D 1F 0 0 F5 64 54
Octal 266 257 377 35 37 0 0 365 144 124
Binary 10110110 10101111 11111111 11101 11111 0 0 11110101 1100100 1010100

Color Harmonies of #B6AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AFFF

Black with #B6AFFF

Text Example


Text Example

White with #B6AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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