Html Css Color HEX #BAABD3 Moon Raker

📋 copy color: '#BAABD3'

red 186 ◦ green 171 ◦ blue 211

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

Shades of Moon Raker #BAABD3

Tints of Moon Raker #BAABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 32.75%
G = 30.11%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAABD3 (or 0xBAABD3) is known color: Moon Raker. HEX triplet: BA, AB and D3. RGB value is (186,171,211). Sum of RGB (Red+Green+Blue) = 186+171+211=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD3 is #45542C. Grayscale: #B3B3B3. Windows color (decimal): -4543533 or 13872058. OLE color: 13872058.

HSL color Cylindrical-coordinate representation of color #BAABD3: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAABD3 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 171 211 -
CMYK 0.12 0.19 0 0.17
HSL 262.5º 0.31% 0.75% -
HSV(B) 262.5º 0.19% 0.83% -
XYZ 46.57 44.27 67.72 -
YUV 180.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 186 171 211 0.12 0.19 0 0.17 262.5 0.31 0.75
Hex BA AB D3 C 13 0 11 106 1F 4B
Octal 272 253 323 14 23 0 21 406 37 113
Binary 10111010 10101011 11010011 1100 10011 0 10001 100000110 11111 1001011

Color Harmonies of #BAABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABD3

Black with #BAABD3

Text Example


Text Example

White with #BAABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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