Html Css Color HEX #BABDCF Lavender Grey

📋 copy color: '#BABDCF'

red 186 ◦ green 189 ◦ blue 207

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

Shades of Lavender Grey #BABDCF

Tints of Lavender Grey #BABDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 31.96%
G = 32.47%
B = 35.57%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BABDCF (or 0xBABDCF) is known color: Lavender Grey. HEX triplet: BA, BD and CF. RGB value is (186,189,207). Sum of RGB (Red+Green+Blue) = 186+189+207=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDCF is #454230. Grayscale: #BEBEBE. Windows color (decimal): -4538929 or 13614522. OLE color: 13614522.

HSL color Cylindrical-coordinate representation of color #BABDCF: hue angle of 231.43º degrees, saturation: 0.18, 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 #BABDCF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 189 207 -
CMYK 0.10 0.09 0 0.19
HSL 231.43º 0.18% 0.77% -
HSV(B) 231.43º 0.1% 0.81% -
XYZ 49.71 51.34 66.32 -
YUV 190.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 186 189 207 0.10 0.09 0 0.19 231.43 0.18 0.77
Hex BA BD CF A 9 0 13 E7 12 4D
Octal 272 275 317 12 11 0 23 347 22 115
Binary 10111010 10111101 11001111 1010 1001 0 10011 11100111 10010 1001101

Color Harmonies of #BABDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDCF

Black with #BABDCF

Text Example


Text Example

White with #BABDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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