Html Css Color HEX #BBBBDA Lavender Grey

📋 copy color: '#BBBBDA'

red 187 ◦ green 187 ◦ blue 218

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

Shades of Lavender Grey #BBBBDA

Tints of Lavender Grey #BBBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 31.59%
G = 31.59%
B = 36.82%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBBBDA (or 0xBBBBDA) is known color: Lavender Grey. HEX triplet: BB, BB and DA. RGB value is (187,187,218). Sum of RGB (Red+Green+Blue) = 187+187+218=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBDA is #444425. Grayscale: #BEBEBE. Windows color (decimal): -4473894 or 14334907. OLE color: 14334907.

HSL color Cylindrical-coordinate representation of color #BBBBDA: hue angle of 240º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBBBDA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 187 218 -
CMYK 0.14 0.14 0 0.15
HSL 240º 0.3% 0.79% -
HSV(B) 240º 0.14% 0.85% -
XYZ 50.92 51.17 73.52 -
YUV 190.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 187 187 218 0.14 0.14 0 0.15 240 0.3 0.79
Hex BB BB DA E E 0 F F0 1E 4F
Octal 273 273 332 16 16 0 17 360 36 117
Binary 10111011 10111011 11011010 1110 1110 0 1111 11110000 11110 1001111

Color Harmonies of #BBBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBDA

Black with #BBBBDA

Text Example


Text Example

White with #BBBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBDA; }

 p { color: rgb(187,187,218); }

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

background-color css

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

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

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

border-color css

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

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

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