Html Css Color HEX #BBB0FF Lavender Blue

📋 copy color: '#BBB0FF'

red 187 ◦ green 176 ◦ blue 255

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

Shades of Lavender Blue #BBB0FF

Tints of Lavender Blue #BBB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.48%

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

R = 30.26%
G = 28.48%
B = 41.26%

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

#BBB0FF (or 0xBBB0FF) is known color: Lavender Blue. HEX triplet: BB, B0 and FF. RGB value is (187,176,255). Sum of RGB (Red+Green+Blue) = 187+176+255=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0FF is #444F00. Grayscale: #BBBBBB. Windows color (decimal): -4476673 or 16756923. OLE color: 16756923.

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

Color convert

RGB 187 176 255 -
CMYK 0.27 0.31 0 0
HSL 248.35º 1% 0.85% -
HSV(B) 248.35º 0.31% 1% -
XYZ 54.07 48.84 101.18 -
YUV 188.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 187 176 255 0.27 0.31 0 0 248.35 1 0.85
Hex BB B0 FF 1B 1F 0 0 F8 64 55
Octal 273 260 377 33 37 0 0 370 144 125
Binary 10111011 10110000 11111111 11011 11111 0 0 11111000 1100100 1010101

Color Harmonies of #BBB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0FF

Black with #BBB0FF

Text Example


Text Example

White with #BBB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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