Html Css Color HEX #BAB0C9 Moon Raker

📋 copy color: '#BAB0C9'

red 186 ◦ green 176 ◦ blue 201

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

Shades of Moon Raker #BAB0C9

Tints of Moon Raker #BAB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.26%

 BLUE value IS 201 (78.91% from 255) = 35.7%

R = 33.04%
G = 31.26%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAB0C9 (or 0xBAB0C9) is known color: Moon Raker. HEX triplet: BA, B0 and C9. RGB value is (186,176,201). Sum of RGB (Red+Green+Blue) = 186+176+201=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0C9 is #454F36. Grayscale: #B5B5B5. Windows color (decimal): -4542263 or 13217978. OLE color: 13217978.

HSL color Cylindrical-coordinate representation of color #BAB0C9: hue angle of 264º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB0C9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 176 201 -
CMYK 0.07 0.12 0 0.21
HSL 264º 0.19% 0.74% -
HSV(B) 264º 0.12% 0.79% -
XYZ 46.32 45.71 61.64 -
YUV 181.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 186 176 201 0.07 0.12 0 0.21 264 0.19 0.74
Hex BA B0 C9 7 C 0 15 108 13 4A
Octal 272 260 311 7 14 0 25 410 23 112
Binary 10111010 10110000 11001001 111 1100 0 10101 100001000 10011 1001010

Color Harmonies of #BAB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0C9

Black with #BAB0C9

Text Example


Text Example

White with #BAB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0C9; }

 p { color: rgb(186,176,201); }

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

background-color css

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

 a { background-color: rgb(186,176,201); }

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

border-color css

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

 span { border-color: rgb(186,176,201); }

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