Html Css Color HEX #BAB1C9 Moon Raker

📋 copy color: '#BAB1C9'

red 186 ◦ green 177 ◦ blue 201

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

Shades of Moon Raker #BAB1C9

Tints of Moon Raker #BAB1C9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.38%

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

R = 32.98%
G = 31.38%
B = 35.64%

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

#BAB1C9 (or 0xBAB1C9) is known color: Moon Raker. HEX triplet: BA, B1 and C9. RGB value is (186,177,201). Sum of RGB (Red+Green+Blue) = 186+177+201=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1C9 is #454E36. Grayscale: #B6B6B6. Windows color (decimal): -4542007 or 13218234. OLE color: 13218234.

HSL color Cylindrical-coordinate representation of color #BAB1C9: hue angle of 262.5º degrees, saturation: 0.18, 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 #BAB1C9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 177 201 -
CMYK 0.07 0.12 0 0.21
HSL 262.5º 0.18% 0.74% -
HSV(B) 262.5º 0.12% 0.79% -
XYZ 46.51 46.1 61.71 -
YUV 182.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 186 177 201 0.07 0.12 0 0.21 262.5 0.18 0.74
Hex BA B1 C9 7 C 0 15 106 12 4A
Octal 272 261 311 7 14 0 25 406 22 112
Binary 10111010 10110001 11001001 111 1100 0 10101 100000110 10010 1001010

Color Harmonies of #BAB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1C9

Black with #BAB1C9

Text Example


Text Example

White with #BAB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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