Html Css Color HEX #BAB0D6 Moon Raker

📋 copy color: '#BAB0D6'

red 186 ◦ green 176 ◦ blue 214

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

Shades of Moon Raker #BAB0D6

Tints of Moon Raker #BAB0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.15%

R = 32.29%
G = 30.56%
B = 37.15%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAB0D6 (or 0xBAB0D6) is known color: Moon Raker. HEX triplet: BA, B0 and D6. RGB value is (186,176,214). Sum of RGB (Red+Green+Blue) = 186+176+214=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0D6 is #454F29. Grayscale: #B7B7B7. Windows color (decimal): -4542250 or 14069946. OLE color: 14069946.

HSL color Cylindrical-coordinate representation of color #BAB0D6: hue angle of 255.79º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB0D6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 176 214 -
CMYK 0.13 0.18 0 0.16
HSL 255.79º 0.32% 0.76% -
HSV(B) 255.79º 0.18% 0.84% -
XYZ 47.91 46.34 70.04 -
YUV 183.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 186 176 214 0.13 0.18 0 0.16 255.79 0.32 0.76
Hex BA B0 D6 D 12 0 10 100 20 4C
Octal 272 260 326 15 22 0 20 400 40 114
Binary 10111010 10110000 11010110 1101 10010 0 10000 100000000 100000 1001100

Color Harmonies of #BAB0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0D6

Black with #BAB0D6

Text Example


Text Example

White with #BAB0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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