Html Css Color HEX #BABBEB Lavender Grey

📋 copy color: '#BABBEB'

red 186 ◦ green 187 ◦ blue 235

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

Shades of Lavender Grey #BABBEB

Tints of Lavender Grey #BABBEB

RGB

 RED value IS 186 (73.05% from 255) = 30.59%

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

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 30.59%
G = 30.76%
B = 38.65%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BABBEB (or 0xBABBEB) is known color: Lavender Grey. HEX triplet: BA, BB and EB. RGB value is (186,187,235). Sum of RGB (Red+Green+Blue) = 186+187+235=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEB is #454414. Grayscale: #BFBFBF. Windows color (decimal): -4539413 or 15449018. OLE color: 15449018.

HSL color Cylindrical-coordinate representation of color #BABBEB: hue angle of 238.78º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABBEB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 187 235 -
CMYK 0.21 0.20 0 0.08
HSL 238.78º 0.55% 0.83% -
HSV(B) 238.78º 0.21% 0.92% -
XYZ 53.02 51.98 85.84 -
YUV 192.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 186 187 235 0.21 0.20 0 0.08 238.78 0.55 0.83
Hex BA BB EB 15 14 0 8 EF 37 53
Octal 272 273 353 25 24 0 10 357 67 123
Binary 10111010 10111011 11101011 10101 10100 0 1000 11101111 110111 1010011

Color Harmonies of #BABBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBEB

Black with #BABBEB

Text Example


Text Example

White with #BABBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBEB; }

 p { color: rgb(186,187,235); }

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

background-color css

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

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

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

border-color css

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

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

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