Html Css Color HEX #B6ADCB Moon Raker

📋 copy color: '#B6ADCB'

red 182 ◦ green 173 ◦ blue 203

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

Shades of Moon Raker #B6ADCB

Tints of Moon Raker #B6ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31%

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

R = 32.62%
G = 31%
B = 36.38%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6ADCB (or 0xB6ADCB) is known color: Moon Raker. HEX triplet: B6, AD and CB. RGB value is (182,173,203). Sum of RGB (Red+Green+Blue) = 182+173+203=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADCB is #495234. Grayscale: #B3B3B3. Windows color (decimal): -4805173 or 13348278. OLE color: 13348278.

HSL color Cylindrical-coordinate representation of color #B6ADCB: hue angle of 258º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6ADCB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 173 203 -
CMYK 0.10 0.15 0 0.20
HSL 258º 0.22% 0.74% -
HSV(B) 258º 0.15% 0.8% -
XYZ 45.01 44.14 62.65 -
YUV 179.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 182 173 203 0.10 0.15 0 0.20 258 0.22 0.74
Hex B6 AD CB A F 0 14 102 16 4A
Octal 266 255 313 12 17 0 24 402 26 112
Binary 10110110 10101101 11001011 1010 1111 0 10100 100000010 10110 1001010

Color Harmonies of #B6ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADCB

Black with #B6ADCB

Text Example


Text Example

White with #B6ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADCB; }

 p { color: rgb(182,173,203); }

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

background-color css

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

 a { background-color: rgb(182,173,203); }

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

border-color css

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

 span { border-color: rgb(182,173,203); }

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