Html Css Color HEX #BAB2C8 Moon Raker

📋 copy color: '#BAB2C8'

red 186 ◦ green 178 ◦ blue 200

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

Shades of Moon Raker #BAB2C8

Tints of Moon Raker #BAB2C8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.56%

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

R = 32.98%
G = 31.56%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAB2C8 (or 0xBAB2C8) is known color: Moon Raker. HEX triplet: BA, B2 and C8. RGB value is (186,178,200). Sum of RGB (Red+Green+Blue) = 186+178+200=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAB2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2C8 is #454D37. Grayscale: #B6B6B6. Windows color (decimal): -4541752 or 13152954. OLE color: 13152954.

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

Color convert

RGB 186 178 200 -
CMYK 0.07 0.11 0 0.22
HSL 261.82º 0.17% 0.74% -
HSV(B) 261.82º 0.11% 0.78% -
XYZ 46.6 46.45 61.15 -
YUV 182.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 186 178 200 0.07 0.11 0 0.22 261.82 0.17 0.74
Hex BA B2 C8 7 B 0 16 106 11 4A
Octal 272 262 310 7 13 0 26 406 21 112
Binary 10111010 10110010 11001000 111 1011 0 10110 100000110 10001 1001010

Color Harmonies of #BAB2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2C8

Black with #BAB2C8

Text Example


Text Example

White with #BAB2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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