Html Css Color HEX #BABDCE Lavender Grey

📋 copy color: '#BABDCE'

red 186 ◦ green 189 ◦ blue 206

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

Shades of Lavender Grey #BABDCE

Tints of Lavender Grey #BABDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 32.01%
G = 32.53%
B = 35.46%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BABDCE (or 0xBABDCE) is known color: Lavender Grey. HEX triplet: BA, BD and CE. RGB value is (186,189,206). Sum of RGB (Red+Green+Blue) = 186+189+206=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCE is #454231. Grayscale: #BDBDBD. Windows color (decimal): -4538930 or 13548986. OLE color: 13548986.

HSL color Cylindrical-coordinate representation of color #BABDCE: hue angle of 231º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABDCE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 189 206 -
CMYK 0.10 0.08 0 0.19
HSL 231º 0.17% 0.77% -
HSV(B) 231º 0.1% 0.81% -
XYZ 49.59 51.29 65.68 -
YUV 190.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 186 189 206 0.10 0.08 0 0.19 231 0.17 0.77
Hex BA BD CE A 8 0 13 E7 11 4D
Octal 272 275 316 12 10 0 23 347 21 115
Binary 10111010 10111101 11001110 1010 1000 0 10011 11100111 10001 1001101

Color Harmonies of #BABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDCE

Black with #BABDCE

Text Example


Text Example

White with #BABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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