Html Css Color HEX #BAB1D5 Moon Raker

📋 copy color: '#BAB1D5'

red 186 ◦ green 177 ◦ blue 213

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

Shades of Moon Raker #BAB1D5

Tints of Moon Raker #BAB1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 32.29%
G = 30.73%
B = 36.98%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAB1D5 (or 0xBAB1D5) is known color: Moon Raker. HEX triplet: BA, B1 and D5. RGB value is (186,177,213). Sum of RGB (Red+Green+Blue) = 186+177+213=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAB1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1D5 is #454E2A. Grayscale: #B7B7B7. Windows color (decimal): -4541995 or 14004666. OLE color: 14004666.

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

Color convert

RGB 186 177 213 -
CMYK 0.13 0.17 0 0.16
HSL 255º 0.3% 0.76% -
HSV(B) 255º 0.17% 0.84% -
XYZ 47.98 46.69 69.43 -
YUV 183.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 186 177 213 0.13 0.17 0 0.16 255 0.3 0.76
Hex BA B1 D5 D 11 0 10 FF 1E 4C
Octal 272 261 325 15 21 0 20 377 36 114
Binary 10111010 10110001 11010101 1101 10001 0 10000 11111111 11110 1001100

Color Harmonies of #BAB1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1D5

Black with #BAB1D5

Text Example


Text Example

White with #BAB1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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