Html Css Color HEX #BBB7EF Lavender Grey

📋 copy color: '#BBB7EF'

red 187 ◦ green 183 ◦ blue 239

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

Shades of Lavender Grey #BBB7EF

Tints of Lavender Grey #BBB7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 30.71%
G = 30.05%
B = 39.24%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBB7EF (or 0xBBB7EF) is known color: Lavender Grey. HEX triplet: BB, B7 and EF. RGB value is (187,183,239). Sum of RGB (Red+Green+Blue) = 187+183+239=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7EF is #444810. Grayscale: #BEBEBE. Windows color (decimal): -4474897 or 15710139. OLE color: 15710139.

HSL color Cylindrical-coordinate representation of color #BBB7EF: hue angle of 244.29º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB7EF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 183 239 -
CMYK 0.22 0.23 0 0.06
HSL 244.29º 0.64% 0.83% -
HSV(B) 244.29º 0.23% 0.94% -
XYZ 53.01 50.66 88.65 -
YUV 190.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 187 183 239 0.22 0.23 0 0.06 244.29 0.64 0.83
Hex BB B7 EF 16 17 0 6 F4 40 53
Octal 273 267 357 26 27 0 6 364 100 123
Binary 10111011 10110111 11101111 10110 10111 0 110 11110100 1000000 1010011

Color Harmonies of #BBB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7EF

Black with #BBB7EF

Text Example


Text Example

White with #BBB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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