Html Css Color HEX #B8ACDA Moon Raker

📋 copy color: '#B8ACDA'

red 184 ◦ green 172 ◦ blue 218

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

Shades of Moon Raker #B8ACDA

Tints of Moon Raker #B8ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 32.06%
G = 29.97%
B = 37.98%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B8ACDA (or 0xB8ACDA) is known color: Moon Raker. HEX triplet: B8, AC and DA. RGB value is (184,172,218). Sum of RGB (Red+Green+Blue) = 184+172+218=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACDA is #475325. Grayscale: #B4B4B4. Windows color (decimal): -4674342 or 14331064. OLE color: 14331064.

HSL color Cylindrical-coordinate representation of color #B8ACDA: hue angle of 255.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8ACDA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 172 218 -
CMYK 0.16 0.21 0 0.15
HSL 255.65º 0.38% 0.76% -
HSV(B) 255.65º 0.21% 0.85% -
XYZ 47.17 44.76 72.48 -
YUV 180.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 184 172 218 0.16 0.21 0 0.15 255.65 0.38 0.76
Hex B8 AC DA 10 15 0 F 100 26 4C
Octal 270 254 332 20 25 0 17 400 46 114
Binary 10111000 10101100 11011010 10000 10101 0 1111 100000000 100110 1001100

Color Harmonies of #B8ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACDA

Black with #B8ACDA

Text Example


Text Example

White with #B8ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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