Html Css Color HEX #B4A9D7 Moon Raker

📋 copy color: '#B4A9D7'

red 180 ◦ green 169 ◦ blue 215

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

Shades of Moon Raker #B4A9D7

Tints of Moon Raker #B4A9D7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 31.91%
G = 29.96%
B = 38.12%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4A9D7 (or 0xB4A9D7) is known color: Moon Raker. HEX triplet: B4, A9 and D7. RGB value is (180,169,215). Sum of RGB (Red+Green+Blue) = 180+169+215=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9D7 is #4B5628. Grayscale: #B1B1B1. Windows color (decimal): -4937257 or 14133684. OLE color: 14133684.

HSL color Cylindrical-coordinate representation of color #B4A9D7: hue angle of 254.35º degrees, saturation: 0.37, 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 #B4A9D7 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 169 215 -
CMYK 0.16 0.21 0 0.16
HSL 254.35º 0.37% 0.75% -
HSV(B) 254.35º 0.21% 0.84% -
XYZ 45.28 42.99 70.2 -
YUV 177.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 180 169 215 0.16 0.21 0 0.16 254.35 0.37 0.75
Hex B4 A9 D7 10 15 0 10 FE 25 4B
Octal 264 251 327 20 25 0 20 376 45 113
Binary 10110100 10101001 11010111 10000 10101 0 10000 11111110 100101 1001011

Color Harmonies of #B4A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9D7

Black with #B4A9D7

Text Example


Text Example

White with #B4A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9D7; }

 p { color: rgb(180,169,215); }

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

background-color css

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

 a { background-color: rgb(180,169,215); }

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

border-color css

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

 span { border-color: rgb(180,169,215); }

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