Html Css Color HEX #B8AED7 Moon Raker

📋 copy color: '#B8AED7'

red 184 ◦ green 174 ◦ blue 215

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

Shades of Moon Raker #B8AED7

Tints of Moon Raker #B8AED7

RGB

 RED value IS 184 (72.27% from 255) = 32.11%

 GREEN value IS 174 (68.36% from 255) = 30.37%

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 32.11%
G = 30.37%
B = 37.52%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B8AED7 (or 0xB8AED7) is known color: Moon Raker. HEX triplet: B8, AE and D7. RGB value is (184,174,215). Sum of RGB (Red+Green+Blue) = 184+174+215=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #B8AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED7 is #475128. Grayscale: #B5B5B5. Windows color (decimal): -4673833 or 14134968. OLE color: 14134968.

HSL color Cylindrical-coordinate representation of color #B8AED7: hue angle of 254.63º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8AED7 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 174 215 -
CMYK 0.14 0.19 0 0.16
HSL 254.63º 0.34% 0.76% -
HSV(B) 254.63º 0.19% 0.84% -
XYZ 47.17 45.37 70.56 -
YUV 181.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 184 174 215 0.14 0.19 0 0.16 254.63 0.34 0.76
Hex B8 AE D7 E 13 0 10 FF 22 4C
Octal 270 256 327 16 23 0 20 377 42 114
Binary 10111000 10101110 11010111 1110 10011 0 10000 11111111 100010 1001100

Color Harmonies of #B8AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AED7

Black with #B8AED7

Text Example


Text Example

White with #B8AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AED7; }

 p { color: rgb(184,174,215); }

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

background-color css

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

 a { background-color: rgb(184,174,215); }

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

border-color css

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

 span { border-color: rgb(184,174,215); }

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