Html Css Color HEX #BBB5FF Lavender Blue

📋 copy color: '#BBB5FF'

red 187 ◦ green 181 ◦ blue 255

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

Shades of Lavender Blue #BBB5FF

Tints of Lavender Blue #BBB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.05%

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

R = 30.02%
G = 29.05%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBB5FF (or 0xBBB5FF) is known color: Lavender Blue. HEX triplet: BB, B5 and FF. RGB value is (187,181,255). Sum of RGB (Red+Green+Blue) = 187+181+255=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5FF is #444A00. Grayscale: #BEBEBE. Windows color (decimal): -4475393 or 16758203. OLE color: 16758203.

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

Color convert

RGB 187 181 255 -
CMYK 0.27 0.29 0 0
HSL 244.86º 1% 0.85% -
HSV(B) 244.86º 0.29% 1% -
XYZ 55.07 50.83 101.52 -
YUV 191.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 187 181 255 0.27 0.29 0 0 244.86 1 0.85
Hex BB B5 FF 1B 1D 0 0 F5 64 55
Octal 273 265 377 33 35 0 0 365 144 125
Binary 10111011 10110101 11111111 11011 11101 0 0 11110101 1100100 1010101

Color Harmonies of #BBB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5FF

Black with #BBB5FF

Text Example


Text Example

White with #BBB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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