Html Css Color HEX #BAAFD9 Moon Raker

📋 copy color: '#BAAFD9'

red 186 ◦ green 175 ◦ blue 217

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

Shades of Moon Raker #BAAFD9

Tints of Moon Raker #BAAFD9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.28%

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 32.18%
G = 30.28%
B = 37.54%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAAFD9 (or 0xBAAFD9) is known color: Moon Raker. HEX triplet: BA, AF and D9. RGB value is (186,175,217). Sum of RGB (Red+Green+Blue) = 186+175+217=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD9 is #455026. Grayscale: #B6B6B6. Windows color (decimal): -4542503 or 14266298. OLE color: 14266298.

HSL color Cylindrical-coordinate representation of color #BAAFD9: hue angle of 255.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAFD9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 175 217 -
CMYK 0.14 0.19 0 0.15
HSL 255.71º 0.36% 0.77% -
HSV(B) 255.71º 0.19% 0.85% -
XYZ 48.1 46.11 72.01 -
YUV 183.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 186 175 217 0.14 0.19 0 0.15 255.71 0.36 0.77
Hex BA AF D9 E 13 0 F 100 24 4D
Octal 272 257 331 16 23 0 17 400 44 115
Binary 10111010 10101111 11011001 1110 10011 0 1111 100000000 100100 1001101

Color Harmonies of #BAAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFD9

Black with #BAAFD9

Text Example


Text Example

White with #BAAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFD9; }

 p { color: rgb(186,175,217); }

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

background-color css

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

 a { background-color: rgb(186,175,217); }

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

border-color css

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

 span { border-color: rgb(186,175,217); }

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