Html Css Color HEX #B4A9DF Moon Raker

📋 copy color: '#B4A9DF'

red 180 ◦ green 169 ◦ blue 223

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

Shades of Moon Raker #B4A9DF

Tints of Moon Raker #B4A9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 31.47%
G = 29.55%
B = 38.99%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4A9DF (or 0xB4A9DF) is known color: Moon Raker. HEX triplet: B4, A9 and DF. RGB value is (180,169,223). Sum of RGB (Red+Green+Blue) = 180+169+223=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9DF is #4B5620. Grayscale: #B2B2B2. Windows color (decimal): -4937249 or 14657972. OLE color: 14657972.

HSL color Cylindrical-coordinate representation of color #B4A9DF: hue angle of 252.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A9DF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 169 223 -
CMYK 0.19 0.24 0 0.13
HSL 252.22º 0.46% 0.77% -
HSV(B) 252.22º 0.24% 0.87% -
XYZ 46.33 43.41 75.75 -
YUV 178.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 180 169 223 0.19 0.24 0 0.13 252.22 0.46 0.77
Hex B4 A9 DF 13 18 0 D FC 2E 4D
Octal 264 251 337 23 30 0 15 374 56 115
Binary 10110100 10101001 11011111 10011 11000 0 1101 11111100 101110 1001101

Color Harmonies of #B4A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9DF

Black with #B4A9DF

Text Example


Text Example

White with #B4A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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