Html Css Color HEX #B4ABCB Moon Raker

📋 copy color: '#B4ABCB'

red 180 ◦ green 171 ◦ blue 203

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

Shades of Moon Raker #B4ABCB

Tints of Moon Raker #B4ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 32.49%
G = 30.87%
B = 36.64%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4ABCB (or 0xB4ABCB) is known color: Moon Raker. HEX triplet: B4, AB and CB. RGB value is (180,171,203). Sum of RGB (Red+Green+Blue) = 180+171+203=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABCB is #4B5434. Grayscale: #B1B1B1. Windows color (decimal): -4936757 or 13347764. OLE color: 13347764.

HSL color Cylindrical-coordinate representation of color #B4ABCB: hue angle of 256.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4ABCB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 171 203 -
CMYK 0.11 0.16 0 0.20
HSL 256.88º 0.24% 0.73% -
HSV(B) 256.88º 0.16% 0.8% -
XYZ 44.16 43.14 62.5 -
YUV 177.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 180 171 203 0.11 0.16 0 0.20 256.88 0.24 0.73
Hex B4 AB CB B 10 0 14 101 18 49
Octal 264 253 313 13 20 0 24 401 30 111
Binary 10110100 10101011 11001011 1011 10000 0 10100 100000001 11000 1001001

Color Harmonies of #B4ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABCB

Black with #B4ABCB

Text Example


Text Example

White with #B4ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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