Html Css Color HEX #BAB0C8 Moon Raker

📋 copy color: '#BAB0C8'

red 186 ◦ green 176 ◦ blue 200

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

Shades of Moon Raker #BAB0C8

Tints of Moon Raker #BAB0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.59%

R = 33.1%
G = 31.32%
B = 35.59%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAB0C8 (or 0xBAB0C8) is known color: Moon Raker. HEX triplet: BA, B0 and C8. RGB value is (186,176,200). Sum of RGB (Red+Green+Blue) = 186+176+200=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0C8 is #454F37. Grayscale: #B5B5B5. Windows color (decimal): -4542264 or 13152442. OLE color: 13152442.

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

Color convert

RGB 186 176 200 -
CMYK 0.07 0.12 0 0.22
HSL 265º 0.18% 0.74% -
HSV(B) 265º 0.12% 0.78% -
XYZ 46.2 45.66 61.02 -
YUV 181.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 186 176 200 0.07 0.12 0 0.22 265 0.18 0.74
Hex BA B0 C8 7 C 0 16 109 12 4A
Octal 272 260 310 7 14 0 26 411 22 112
Binary 10111010 10110000 11001000 111 1100 0 10110 100001001 10010 1001010

Color Harmonies of #BAB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0C8

Black with #BAB0C8

Text Example


Text Example

White with #BAB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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