Html Css Color HEX #B8ADDC Moon Raker

📋 copy color: '#B8ADDC'

red 184 ◦ green 173 ◦ blue 220

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

Shades of Moon Raker #B8ADDC

Tints of Moon Raker #B8ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.98%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 31.89%
G = 29.98%
B = 38.13%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8ADDC (or 0xB8ADDC) is known color: Moon Raker. HEX triplet: B8, AD and DC. RGB value is (184,173,220). Sum of RGB (Red+Green+Blue) = 184+173+220=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADDC is #475223. Grayscale: #B5B5B5. Windows color (decimal): -4674084 or 14462392. OLE color: 14462392.

HSL color Cylindrical-coordinate representation of color #B8ADDC: hue angle of 254.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8ADDC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 173 220 -
CMYK 0.16 0.21 0 0.14
HSL 254.04º 0.4% 0.77% -
HSV(B) 254.04º 0.21% 0.86% -
XYZ 47.63 45.24 73.93 -
YUV 181.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 184 173 220 0.16 0.21 0 0.14 254.04 0.4 0.77
Hex B8 AD DC 10 15 0 E FE 28 4D
Octal 270 255 334 20 25 0 16 376 50 115
Binary 10111000 10101101 11011100 10000 10101 0 1110 11111110 101000 1001101

Color Harmonies of #B8ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADDC

Black with #B8ADDC

Text Example


Text Example

White with #B8ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADDC; }

 p { color: rgb(184,173,220); }

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

background-color css

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

 a { background-color: rgb(184,173,220); }

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

border-color css

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

 span { border-color: rgb(184,173,220); }

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