Html Css Color HEX #BAAFD8 Moon Raker

📋 copy color: '#BAAFD8'

red 186 ◦ green 175 ◦ blue 216

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

Shades of Moon Raker #BAAFD8

Tints of Moon Raker #BAAFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.44%

R = 32.24%
G = 30.33%
B = 37.44%

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

#BAAFD8 (or 0xBAAFD8) is known color: Moon Raker. HEX triplet: BA, AF and D8. RGB value is (186,175,216). Sum of RGB (Red+Green+Blue) = 186+175+216=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFD8 is #455027. Grayscale: #B6B6B6. Windows color (decimal): -4542504 or 14200762. OLE color: 14200762.

HSL color Cylindrical-coordinate representation of color #BAAFD8: hue angle of 256.1º degrees, saturation: 0.34, 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 #BAAFD8 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 175 216 -
CMYK 0.14 0.19 0 0.15
HSL 256.1º 0.34% 0.77% -
HSV(B) 256.1º 0.19% 0.85% -
XYZ 47.97 46.06 71.33 -
YUV 182.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 186 175 216 0.14 0.19 0 0.15 256.1 0.34 0.77
Hex BA AF D8 E 13 0 F 100 22 4D
Octal 272 257 330 16 23 0 17 400 42 115
Binary 10111010 10101111 11011000 1110 10011 0 1111 100000000 100010 1001101

Color Harmonies of #BAAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFD8

Black with #BAAFD8

Text Example


Text Example

White with #BAAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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