Html Css Color HEX #B6ADCF Moon Raker

📋 copy color: '#B6ADCF'

red 182 ◦ green 173 ◦ blue 207

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

Shades of Moon Raker #B6ADCF

Tints of Moon Raker #B6ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 32.38%
G = 30.78%
B = 36.83%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6ADCF (or 0xB6ADCF) is known color: Moon Raker. HEX triplet: B6, AD and CF. RGB value is (182,173,207). Sum of RGB (Red+Green+Blue) = 182+173+207=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADCF is #495230. Grayscale: #B3B3B3. Windows color (decimal): -4805169 or 13610422. OLE color: 13610422.

HSL color Cylindrical-coordinate representation of color #B6ADCF: hue angle of 255.88º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6ADCF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 173 207 -
CMYK 0.12 0.16 0 0.19
HSL 255.88º 0.26% 0.75% -
HSV(B) 255.88º 0.16% 0.81% -
XYZ 45.5 44.34 65.19 -
YUV 179.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 182 173 207 0.12 0.16 0 0.19 255.88 0.26 0.75
Hex B6 AD CF C 10 0 13 100 1A 4B
Octal 266 255 317 14 20 0 23 400 32 113
Binary 10110110 10101101 11001111 1100 10000 0 10011 100000000 11010 1001011

Color Harmonies of #B6ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADCF

Black with #B6ADCF

Text Example


Text Example

White with #B6ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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