Html Css Color HEX #B8ACDE Moon Raker

📋 copy color: '#B8ACDE'

red 184 ◦ green 172 ◦ blue 222

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

Shades of Moon Raker #B8ACDE

Tints of Moon Raker #B8ACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 31.83%
G = 29.76%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8ACDE (or 0xB8ACDE) is known color: Moon Raker. HEX triplet: B8, AC and DE. RGB value is (184,172,222). Sum of RGB (Red+Green+Blue) = 184+172+222=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACDE is #475321. Grayscale: #B5B5B5. Windows color (decimal): -4674338 or 14593208. OLE color: 14593208.

HSL color Cylindrical-coordinate representation of color #B8ACDE: hue angle of 254.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8ACDE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 172 222 -
CMYK 0.17 0.23 0 0.13
HSL 254.4º 0.43% 0.77% -
HSV(B) 254.4º 0.23% 0.87% -
XYZ 47.7 44.97 75.27 -
YUV 181.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 184 172 222 0.17 0.23 0 0.13 254.4 0.43 0.77
Hex B8 AC DE 11 17 0 D FE 2B 4D
Octal 270 254 336 21 27 0 15 376 53 115
Binary 10111000 10101100 11011110 10001 10111 0 1101 11111110 101011 1001101

Color Harmonies of #B8ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACDE

Black with #B8ACDE

Text Example


Text Example

White with #B8ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACDE; }

 p { color: rgb(184,172,222); }

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

background-color css

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

 a { background-color: rgb(184,172,222); }

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

border-color css

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

 span { border-color: rgb(184,172,222); }

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