Html Css Color HEX #BAAFD6 Moon Raker

📋 copy color: '#BAAFD6'

red 186 ◦ green 175 ◦ blue 214

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

Shades of Moon Raker #BAAFD6

Tints of Moon Raker #BAAFD6

RGB

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

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

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

R = 32.35%
G = 30.43%
B = 37.22%

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

#BAAFD6 (or 0xBAAFD6) is known color: Moon Raker. HEX triplet: BA, AF and D6. RGB value is (186,175,214). Sum of RGB (Red+Green+Blue) = 186+175+214=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD6 is #455029. Grayscale: #B6B6B6. Windows color (decimal): -4542506 or 14069690. OLE color: 14069690.

HSL color Cylindrical-coordinate representation of color #BAAFD6: hue angle of 256.92º 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 #BAAFD6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 175 214 -
CMYK 0.13 0.18 0 0.16
HSL 256.92º 0.32% 0.76% -
HSV(B) 256.92º 0.18% 0.84% -
XYZ 47.72 45.95 69.97 -
YUV 182.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 186 175 214 0.13 0.18 0 0.16 256.92 0.32 0.76
Hex BA AF D6 D 12 0 10 101 20 4C
Octal 272 257 326 15 22 0 20 401 40 114
Binary 10111010 10101111 11010110 1101 10010 0 10000 100000001 100000 1001100

Color Harmonies of #BAAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFD6

Black with #BAAFD6

Text Example


Text Example

White with #BAAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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