Html Css Color HEX #B6A9C6 Moon Raker

📋 copy color: '#B6A9C6'

red 182 ◦ green 169 ◦ blue 198

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

Shades of Moon Raker #B6A9C6

Tints of Moon Raker #B6A9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 33.15%
G = 30.78%
B = 36.07%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B6A9C6 (or 0xB6A9C6) is known color: Moon Raker. HEX triplet: B6, A9 and C6. RGB value is (182,169,198). Sum of RGB (Red+Green+Blue) = 182+169+198=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6A9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9C6 is #495639. Grayscale: #B0B0B0. Windows color (decimal): -4806202 or 13019574. OLE color: 13019574.

HSL color Cylindrical-coordinate representation of color #B6A9C6: hue angle of 266.9º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A9C6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 169 198 -
CMYK 0.08 0.15 0 0.22
HSL 266.9º 0.2% 0.72% -
HSV(B) 266.9º 0.15% 0.78% -
XYZ 43.67 42.4 59.31 -
YUV 176.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 182 169 198 0.08 0.15 0 0.22 266.9 0.2 0.72
Hex B6 A9 C6 8 F 0 16 10B 14 48
Octal 266 251 306 10 17 0 26 413 24 110
Binary 10110110 10101001 11000110 1000 1111 0 10110 100001011 10100 1001000

Color Harmonies of #B6A9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A9C6

Black with #B6A9C6

Text Example


Text Example

White with #B6A9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A9C6; }

 p { color: rgb(182,169,198); }

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

background-color css

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

 a { background-color: rgb(182,169,198); }

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

border-color css

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

 span { border-color: rgb(182,169,198); }

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