Html Css Color HEX #B6ABCC Moon Raker

📋 copy color: '#B6ABCC'

red 182 ◦ green 171 ◦ blue 204

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

Shades of Moon Raker #B6ABCC

Tints of Moon Raker #B6ABCC

RGB

 RED value IS 182 (71.48% from 255) = 32.68%

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 32.68%
G = 30.7%
B = 36.62%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B6ABCC (or 0xB6ABCC) is known color: Moon Raker. HEX triplet: B6, AB and CC. RGB value is (182,171,204). Sum of RGB (Red+Green+Blue) = 182+171+204=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABCC is #495433. Grayscale: #B1B1B1. Windows color (decimal): -4805684 or 13413302. OLE color: 13413302.

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

Color convert

RGB 182 171 204 -
CMYK 0.11 0.16 0 0.2
HSL 260º 0.24% 0.74% -
HSV(B) 260º 0.16% 0.8% -
XYZ 44.75 43.43 63.15 -
YUV 178.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 182 171 204 0.11 0.16 0 0.2 260 0.24 0.74
Hex B6 AB CC B 10 0 14 104 18 4A
Octal 266 253 314 13 20 0 24 404 30 112
Binary 10110110 10101011 11001100 1011 10000 0 10100 100000100 11000 1001010

Color Harmonies of #B6ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABCC

Black with #B6ABCC

Text Example


Text Example

White with #B6ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABCC; }

 p { color: rgb(182,171,204); }

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

background-color css

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

 a { background-color: rgb(182,171,204); }

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

border-color css

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

 span { border-color: rgb(182,171,204); }

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