Html Css Color HEX #B8A6E6 Moon Raker

📋 copy color: '#B8A6E6'

red 184 ◦ green 166 ◦ blue 230

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

Shades of Moon Raker #B8A6E6

Tints of Moon Raker #B8A6E6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.62%

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 31.72%
G = 28.62%
B = 39.66%

CMYK

 C value IS 0.2

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B8A6E6 (or 0xB8A6E6) is known color: Moon Raker. HEX triplet: B8, A6 and E6. RGB value is (184,166,230). Sum of RGB (Red+Green+Blue) = 184+166+230=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8A6E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A6E6 is #475919. Grayscale: #B2B2B2. Windows color (decimal): -4675866 or 15115960. OLE color: 15115960.

HSL color Cylindrical-coordinate representation of color #B8A6E6: hue angle of 256.88º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8A6E6 is Cyan = 0.2, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 166 230 -
CMYK 0.2 0.28 0 0.10
HSL 256.88º 0.56% 0.78% -
HSV(B) 256.88º 0.28% 0.9% -
XYZ 47.69 43.18 80.68 -
YUV 178.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 184 166 230 0.2 0.28 0 0.10 256.88 0.56 0.78
Hex B8 A6 E6 14 1C 0 A 101 38 4E
Octal 270 246 346 24 34 0 12 401 70 116
Binary 10111000 10100110 11100110 10100 11100 0 1010 100000001 111000 1001110

Color Harmonies of #B8A6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A6E6

Black with #B8A6E6

Text Example


Text Example

White with #B8A6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A6E6; }

 p { color: rgb(184,166,230); }

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

background-color css

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

 a { background-color: rgb(184,166,230); }

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

border-color css

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

 span { border-color: rgb(184,166,230); }

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