Html Css Color HEX #BABEC6 Spindle

📋 copy color: '#BABEC6'

red 186 ◦ green 190 ◦ blue 198

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

Shades of Spindle #BABEC6

Tints of Spindle #BABEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.1%

 BLUE value IS 198 (77.73% from 255) = 34.49%

R = 32.4%
G = 33.1%
B = 34.49%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BABEC6 (or 0xBABEC6) is known color: Spindle. HEX triplet: BA, BE and C6. RGB value is (186,190,198). Sum of RGB (Red+Green+Blue) = 186+190+198=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 198 - color contains mainly: blue. Hex color #BABEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC6 is #454139. Grayscale: #BDBDBD. Windows color (decimal): -4538682 or 13024954. OLE color: 13024954.

HSL color Cylindrical-coordinate representation of color #BABEC6: hue angle of 220º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABEC6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 190 198 -
CMYK 0.06 0.04 0 0.22
HSL 220º 0.1% 0.75% -
HSV(B) 220º 0.06% 0.78% -
XYZ 48.86 51.34 60.76 -
YUV 189.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 186 190 198 0.06 0.04 0 0.22 220 0.1 0.75
Hex BA BE C6 6 4 0 16 DC A 4B
Octal 272 276 306 6 4 0 26 334 12 113
Binary 10111010 10111110 11000110 110 100 0 10110 11011100 1010 1001011

Color Harmonies of #BABEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEC6

Black with #BABEC6

Text Example


Text Example

White with #BABEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEC6; }

 p { color: rgb(186,190,198); }

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

background-color css

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

 a { background-color: rgb(186,190,198); }

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

border-color css

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

 span { border-color: rgb(186,190,198); }

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