Html Css Color HEX #B4ABCA Moon Raker

📋 copy color: '#B4ABCA'

red 180 ◦ green 171 ◦ blue 202

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

Shades of Moon Raker #B4ABCA

Tints of Moon Raker #B4ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 32.55%
G = 30.92%
B = 36.53%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4ABCA (or 0xB4ABCA) is known color: Moon Raker. HEX triplet: B4, AB and CA. RGB value is (180,171,202). Sum of RGB (Red+Green+Blue) = 180+171+202=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABCA is #4B5435. Grayscale: #B1B1B1. Windows color (decimal): -4936758 or 13282228. OLE color: 13282228.

HSL color Cylindrical-coordinate representation of color #B4ABCA: hue angle of 257.42º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4ABCA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 171 202 -
CMYK 0.11 0.15 0 0.21
HSL 257.42º 0.23% 0.73% -
HSV(B) 257.42º 0.15% 0.79% -
XYZ 44.05 43.09 61.87 -
YUV 177.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 180 171 202 0.11 0.15 0 0.21 257.42 0.23 0.73
Hex B4 AB CA B F 0 15 101 17 49
Octal 264 253 312 13 17 0 25 401 27 111
Binary 10110100 10101011 11001010 1011 1111 0 10101 100000001 10111 1001001

Color Harmonies of #B4ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABCA

Black with #B4ABCA

Text Example


Text Example

White with #B4ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABCA; }

 p { color: rgb(180,171,202); }

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

background-color css

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

 a { background-color: rgb(180,171,202); }

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

border-color css

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

 span { border-color: rgb(180,171,202); }

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