Html Css Color HEX #BABDDF Lavender Grey

📋 copy color: '#BABDDF'

red 186 ◦ green 189 ◦ blue 223

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

Shades of Lavender Grey #BABDDF

Tints of Lavender Grey #BABDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.61%

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 31.1%
G = 31.61%
B = 37.29%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BABDDF (or 0xBABDDF) is known color: Lavender Grey. HEX triplet: BA, BD and DF. RGB value is (186,189,223). Sum of RGB (Red+Green+Blue) = 186+189+223=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #BABDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDDF is #454220. Grayscale: #BFBFBF. Windows color (decimal): -4538913 or 14663098. OLE color: 14663098.

HSL color Cylindrical-coordinate representation of color #BABDDF: hue angle of 235.14º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABDDF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 189 223 -
CMYK 0.17 0.15 0 0.13
HSL 235.14º 0.37% 0.8% -
HSV(B) 235.14º 0.17% 0.87% -
XYZ 51.77 52.16 77.15 -
YUV 191.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 186 189 223 0.17 0.15 0 0.13 235.14 0.37 0.8
Hex BA BD DF 11 F 0 D EB 25 50
Octal 272 275 337 21 17 0 15 353 45 120
Binary 10111010 10111101 11011111 10001 1111 0 1101 11101011 100101 1010000

Color Harmonies of #BABDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDDF

Black with #BABDDF

Text Example


Text Example

White with #BABDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDDF; }

 p { color: rgb(186,189,223); }

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

background-color css

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

 a { background-color: rgb(186,189,223); }

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

border-color css

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

 span { border-color: rgb(186,189,223); }

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