Html Css Color HEX #B4AADA Moon Raker

📋 copy color: '#B4AADA'

red 180 ◦ green 170 ◦ blue 218

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

Shades of Moon Raker #B4AADA

Tints of Moon Raker #B4AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.93%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 31.69%
G = 29.93%
B = 38.38%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4AADA (or 0xB4AADA) is known color: Moon Raker. HEX triplet: B4, AA and DA. RGB value is (180,170,218). Sum of RGB (Red+Green+Blue) = 180+170+218=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AADA is #4B5525. Grayscale: #B2B2B2. Windows color (decimal): -4936998 or 14330548. OLE color: 14330548.

HSL color Cylindrical-coordinate representation of color #B4AADA: hue angle of 252.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AADA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 170 218 -
CMYK 0.17 0.22 0 0.15
HSL 252.5º 0.39% 0.76% -
HSV(B) 252.5º 0.22% 0.85% -
XYZ 45.85 43.51 72.31 -
YUV 178.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 180 170 218 0.17 0.22 0 0.15 252.5 0.39 0.76
Hex B4 AA DA 11 16 0 F FD 27 4C
Octal 264 252 332 21 26 0 17 375 47 114
Binary 10110100 10101010 11011010 10001 10110 0 1111 11111101 100111 1001100

Color Harmonies of #B4AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AADA

Black with #B4AADA

Text Example


Text Example

White with #B4AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AADA; }

 p { color: rgb(180,170,218); }

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

background-color css

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

 a { background-color: rgb(180,170,218); }

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

border-color css

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

 span { border-color: rgb(180,170,218); }

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