Html Css Color HEX #BABCCE Lavender Grey

📋 copy color: '#BABCCE'

red 186 ◦ green 188 ◦ blue 206

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

Shades of Lavender Grey #BABCCE

Tints of Lavender Grey #BABCCE

RGB

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

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

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

R = 32.07%
G = 32.41%
B = 35.52%

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

#BABCCE (or 0xBABCCE) is known color: Lavender Grey. HEX triplet: BA, BC and CE. RGB value is (186,188,206). Sum of RGB (Red+Green+Blue) = 186+188+206=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCCE is #454331. Grayscale: #BDBDBD. Windows color (decimal): -4539186 or 13548730. OLE color: 13548730.

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

Color convert

RGB 186 188 206 -
CMYK 0.10 0.09 0 0.19
HSL 234º 0.17% 0.77% -
HSV(B) 234º 0.1% 0.81% -
XYZ 49.37 50.86 65.61 -
YUV 189.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 186 188 206 0.10 0.09 0 0.19 234 0.17 0.77
Hex BA BC CE A 9 0 13 EA 11 4D
Octal 272 274 316 12 11 0 23 352 21 115
Binary 10111010 10111100 11001110 1010 1001 0 10011 11101010 10001 1001101

Color Harmonies of #BABCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCCE

Black with #BABCCE

Text Example


Text Example

White with #BABCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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