Html Css Color HEX #B8A9CA Moon Raker

📋 copy color: '#B8A9CA'

red 184 ◦ green 169 ◦ blue 202

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

Shades of Moon Raker #B8A9CA

Tints of Moon Raker #B8A9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 33.15%
G = 30.45%
B = 36.4%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B8A9CA (or 0xB8A9CA) is known color: Moon Raker. HEX triplet: B8, A9 and CA. RGB value is (184,169,202). Sum of RGB (Red+Green+Blue) = 184+169+202=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A9CA is #475635. Grayscale: #B1B1B1. Windows color (decimal): -4675126 or 13281720. OLE color: 13281720.

HSL color Cylindrical-coordinate representation of color #B8A9CA: hue angle of 267.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A9CA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 169 202 -
CMYK 0.09 0.16 0 0.21
HSL 267.27º 0.24% 0.73% -
HSV(B) 267.27º 0.16% 0.79% -
XYZ 44.62 42.83 61.79 -
YUV 177.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 184 169 202 0.09 0.16 0 0.21 267.27 0.24 0.73
Hex B8 A9 CA 9 10 0 15 10B 18 49
Octal 270 251 312 11 20 0 25 413 30 111
Binary 10111000 10101001 11001010 1001 10000 0 10101 100001011 11000 1001001

Color Harmonies of #B8A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A9CA

Black with #B8A9CA

Text Example


Text Example

White with #B8A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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