Html Css Color HEX #B5ADC5 Moon Raker

📋 copy color: '#B5ADC5'

red 181 ◦ green 173 ◦ blue 197

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

Shades of Moon Raker #B5ADC5

Tints of Moon Raker #B5ADC5

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

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

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 32.85%
G = 31.4%
B = 35.75%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B5ADC5 (or 0xB5ADC5) is known color: Moon Raker. HEX triplet: B5, AD and C5. RGB value is (181,173,197). Sum of RGB (Red+Green+Blue) = 181+173+197=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 197 - color contains mainly: blue. Hex color #B5ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADC5 is #4A523A. Grayscale: #B2B2B2. Windows color (decimal): -4870715 or 12955061. OLE color: 12955061.

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

Color convert

RGB 181 173 197 -
CMYK 0.08 0.12 0 0.23
HSL 260º 0.17% 0.73% -
HSV(B) 260º 0.12% 0.77% -
XYZ 44.08 43.74 58.94 -
YUV 178.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 181 173 197 0.08 0.12 0 0.23 260 0.17 0.73
Hex B5 AD C5 8 C 0 17 104 11 49
Octal 265 255 305 10 14 0 27 404 21 111
Binary 10110101 10101101 11000101 1000 1100 0 10111 100000100 10001 1001001

Color Harmonies of #B5ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADC5

Black with #B5ADC5

Text Example


Text Example

White with #B5ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADC5; }

 p { color: rgb(181,173,197); }

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

background-color css

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

 a { background-color: rgb(181,173,197); }

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

border-color css

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

 span { border-color: rgb(181,173,197); }

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