Html Css Color HEX #BBAFFF Lavender Blue

📋 copy color: '#BBAFFF'

red 187 ◦ green 175 ◦ blue 255

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

Shades of Lavender Blue #BBAFFF

Tints of Lavender Blue #BBAFFF

RGB

 RED value IS 187 (73.44% from 255) = 30.31%

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

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

R = 30.31%
G = 28.36%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBAFFF (or 0xBBAFFF) is known color: Lavender Blue. HEX triplet: BB, AF and FF. RGB value is (187,175,255). Sum of RGB (Red+Green+Blue) = 187+175+255=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFFF is #445000. Grayscale: #BBBBBB. Windows color (decimal): -4476929 or 16756667. OLE color: 16756667.

HSL color Cylindrical-coordinate representation of color #BBAFFF: hue angle of 249º 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 #BBAFFF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 175 255 -
CMYK 0.27 0.31 0 0
HSL 249º 1% 0.84% -
HSV(B) 249º 0.31% 1% -
XYZ 53.87 48.44 101.12 -
YUV 187.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 187 175 255 0.27 0.31 0 0 249 1 0.84
Hex BB AF FF 1B 1F 0 0 F9 64 54
Octal 273 257 377 33 37 0 0 371 144 124
Binary 10111011 10101111 11111111 11011 11111 0 0 11111001 1100100 1010100

Color Harmonies of #BBAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFFF

Black with #BBAFFF

Text Example


Text Example

White with #BBAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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