Html Css Color HEX #BBB7F3 Lavender Grey

📋 copy color: '#BBB7F3'

red 187 ◦ green 183 ◦ blue 243

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

Shades of Lavender Grey #BBB7F3

Tints of Lavender Grey #BBB7F3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.85%

 BLUE value IS 243 (95.31% from 255) = 39.64%

R = 30.51%
G = 29.85%
B = 39.64%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBB7F3 (or 0xBBB7F3) is known color: Lavender Grey. HEX triplet: BB, B7 and F3. RGB value is (187,183,243). Sum of RGB (Red+Green+Blue) = 187+183+243=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7F3 is #44480C. Grayscale: #BEBEBE. Windows color (decimal): -4474893 or 15972283. OLE color: 15972283.

HSL color Cylindrical-coordinate representation of color #BBB7F3: hue angle of 244º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB7F3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 183 243 -
CMYK 0.23 0.25 0 0.05
HSL 244º 0.71% 0.84% -
HSV(B) 244º 0.25% 0.95% -
XYZ 53.6 50.9 91.79 -
YUV 191.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 187 183 243 0.23 0.25 0 0.05 244 0.71 0.84
Hex BB B7 F3 17 19 0 5 F4 47 54
Octal 273 267 363 27 31 0 5 364 107 124
Binary 10111011 10110111 11110011 10111 11001 0 101 11110100 1000111 1010100

Color Harmonies of #BBB7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7F3

Black with #BBB7F3

Text Example


Text Example

White with #BBB7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7F3; }

 p { color: rgb(187,183,243); }

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

background-color css

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

 a { background-color: rgb(187,183,243); }

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

border-color css

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

 span { border-color: rgb(187,183,243); }

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