Html Css Color HEX #BAABD5 Moon Raker

📋 copy color: '#BAABD5'

red 186 ◦ green 171 ◦ blue 213

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

Shades of Moon Raker #BAABD5

Tints of Moon Raker #BAABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30%

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

R = 32.63%
G = 30%
B = 37.37%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAABD5 (or 0xBAABD5) is known color: Moon Raker. HEX triplet: BA, AB and D5. RGB value is (186,171,213). Sum of RGB (Red+Green+Blue) = 186+171+213=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD5 is #45542A. Grayscale: #B4B4B4. Windows color (decimal): -4543531 or 14003130. OLE color: 14003130.

HSL color Cylindrical-coordinate representation of color #BAABD5: hue angle of 261.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAABD5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 171 213 -
CMYK 0.13 0.20 0 0.16
HSL 261.43º 0.33% 0.75% -
HSV(B) 261.43º 0.2% 0.84% -
XYZ 46.82 44.37 69.05 -
YUV 180.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 186 171 213 0.13 0.20 0 0.16 261.43 0.33 0.75
Hex BA AB D5 D 14 0 10 105 21 4B
Octal 272 253 325 15 24 0 20 405 41 113
Binary 10111010 10101011 11010101 1101 10100 0 10000 100000101 100001 1001011

Color Harmonies of #BAABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABD5

Black with #BAABD5

Text Example


Text Example

White with #BAABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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