Html Css Color HEX #B8A9CC Moon Raker

📋 copy color: '#B8A9CC'

red 184 ◦ green 169 ◦ blue 204

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

Shades of Moon Raker #B8A9CC

Tints of Moon Raker #B8A9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.34%

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 33.03%
G = 30.34%
B = 36.62%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8A9CC (or 0xB8A9CC) is known color: Moon Raker. HEX triplet: B8, A9 and CC. RGB value is (184,169,204). Sum of RGB (Red+Green+Blue) = 184+169+204=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8A9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9CC is #475633. Grayscale: #B1B1B1. Windows color (decimal): -4675124 or 13412792. OLE color: 13412792.

HSL color Cylindrical-coordinate representation of color #B8A9CC: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8A9CC is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 169 204 -
CMYK 0.10 0.17 0 0.2
HSL 265.71º 0.26% 0.73% -
HSV(B) 265.71º 0.17% 0.8% -
XYZ 44.85 42.93 63.05 -
YUV 177.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 184 169 204 0.10 0.17 0 0.2 265.71 0.26 0.73
Hex B8 A9 CC A 11 0 14 10A 1A 49
Octal 270 251 314 12 21 0 24 412 32 111
Binary 10111000 10101001 11001100 1010 10001 0 10100 100001010 11010 1001001

Color Harmonies of #B8A9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A9CC

Black with #B8A9CC

Text Example


Text Example

White with #B8A9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A9CC; }

 p { color: rgb(184,169,204); }

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

background-color css

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

 a { background-color: rgb(184,169,204); }

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

border-color css

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

 span { border-color: rgb(184,169,204); }

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