Html Css Color HEX #B5A7D6 Moon Raker

📋 copy color: '#B5A7D6'

red 181 ◦ green 167 ◦ blue 214

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

Shades of Moon Raker #B5A7D6

Tints of Moon Raker #B5A7D6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.72%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 32.21%
G = 29.72%
B = 38.08%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B5A7D6 (or 0xB5A7D6) is known color: Moon Raker. HEX triplet: B5, A7 and D6. RGB value is (181,167,214). Sum of RGB (Red+Green+Blue) = 181+167+214=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #B5A7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7D6 is #4A5829. Grayscale: #B0B0B0. Windows color (decimal): -4872234 or 14067637. OLE color: 14067637.

HSL color Cylindrical-coordinate representation of color #B5A7D6: hue angle of 257.87º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A7D6 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 167 214 -
CMYK 0.15 0.22 0 0.16
HSL 257.87º 0.36% 0.75% -
HSV(B) 257.87º 0.22% 0.84% -
XYZ 45.01 42.32 69.41 -
YUV 176.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 181 167 214 0.15 0.22 0 0.16 257.87 0.36 0.75
Hex B5 A7 D6 F 16 0 10 102 24 4B
Octal 265 247 326 17 26 0 20 402 44 113
Binary 10110101 10100111 11010110 1111 10110 0 10000 100000010 100100 1001011

Color Harmonies of #B5A7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7D6

Black with #B5A7D6

Text Example


Text Example

White with #B5A7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7D6; }

 p { color: rgb(181,167,214); }

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

background-color css

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

 a { background-color: rgb(181,167,214); }

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

border-color css

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

 span { border-color: rgb(181,167,214); }

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