Html Css Color HEX #B4A8D5 Moon Raker

📋 copy color: '#B4A8D5'

red 180 ◦ green 168 ◦ blue 213

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

Shades of Moon Raker #B4A8D5

Tints of Moon Raker #B4A8D5

RGB

 RED value IS 180 (70.7% from 255) = 32.09%

 GREEN value IS 168 (66.02% from 255) = 29.95%

 BLUE value IS 213 (83.59% from 255) = 37.97%

R = 32.09%
G = 29.95%
B = 37.97%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4A8D5 (or 0xB4A8D5) is known color: Moon Raker. HEX triplet: B4, A8 and D5. RGB value is (180,168,213). Sum of RGB (Red+Green+Blue) = 180+168+213=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4A8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8D5 is #4B572A. Grayscale: #B0B0B0. Windows color (decimal): -4937515 or 14002356. OLE color: 14002356.

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

Color convert

RGB 180 168 213 -
CMYK 0.15 0.21 0 0.16
HSL 256º 0.35% 0.75% -
HSV(B) 256º 0.21% 0.84% -
XYZ 44.84 42.51 68.79 -
YUV 176.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 180 168 213 0.15 0.21 0 0.16 256 0.35 0.75
Hex B4 A8 D5 F 15 0 10 100 23 4B
Octal 264 250 325 17 25 0 20 400 43 113
Binary 10110100 10101000 11010101 1111 10101 0 10000 100000000 100011 1001011

Color Harmonies of #B4A8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8D5

Black with #B4A8D5

Text Example


Text Example

White with #B4A8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8D5; }

 p { color: rgb(180,168,213); }

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

background-color css

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

 a { background-color: rgb(180,168,213); }

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

border-color css

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

 span { border-color: rgb(180,168,213); }

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