Html Css Color HEX #BABCCF Lavender Grey

📋 copy color: '#BABCCF'

red 186 ◦ green 188 ◦ blue 207

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

Shades of Lavender Grey #BABCCF

Tints of Lavender Grey #BABCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

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

R = 32.01%
G = 32.36%
B = 35.63%

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

#BABCCF (or 0xBABCCF) is known color: Lavender Grey. HEX triplet: BA, BC and CF. RGB value is (186,188,207). Sum of RGB (Red+Green+Blue) = 186+188+207=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #BABCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCF is #454330. Grayscale: #BDBDBD. Windows color (decimal): -4539185 or 13614266. OLE color: 13614266.

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

Color convert

RGB 186 188 207 -
CMYK 0.10 0.09 0 0.19
HSL 234.29º 0.18% 0.77% -
HSV(B) 234.29º 0.1% 0.81% -
XYZ 49.5 50.91 66.25 -
YUV 189.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 186 188 207 0.10 0.09 0 0.19 234.29 0.18 0.77
Hex BA BC CF A 9 0 13 EA 12 4D
Octal 272 274 317 12 11 0 23 352 22 115
Binary 10111010 10111100 11001111 1010 1001 0 10011 11101010 10010 1001101

Color Harmonies of #BABCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCCF

Black with #BABCCF

Text Example


Text Example

White with #BABCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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