Html Css Color HEX #BAAFD5 Moon Raker

📋 copy color: '#BAAFD5'

red 186 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #BAAFD5

Tints of Moon Raker #BAAFD5

RGB

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

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

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

R = 32.4%
G = 30.49%
B = 37.11%

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

#BAAFD5 (or 0xBAAFD5) is known color: Moon Raker. HEX triplet: BA, AF and D5. RGB value is (186,175,213). Sum of RGB (Red+Green+Blue) = 186+175+213=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD5 is #45502A. Grayscale: #B6B6B6. Windows color (decimal): -4542507 or 14004154. OLE color: 14004154.

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

Color convert

RGB 186 175 213 -
CMYK 0.13 0.18 0 0.16
HSL 257.37º 0.31% 0.76% -
HSV(B) 257.37º 0.18% 0.84% -
XYZ 47.59 45.9 69.3 -
YUV 182.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 186 175 213 0.13 0.18 0 0.16 257.37 0.31 0.76
Hex BA AF D5 D 12 0 10 101 1F 4C
Octal 272 257 325 15 22 0 20 401 37 114
Binary 10111010 10101111 11010101 1101 10010 0 10000 100000001 11111 1001100

Color Harmonies of #BAAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFD5

Black with #BAAFD5

Text Example


Text Example

White with #BAAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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