Html Css Color HEX #B4A8D8 Moon Raker

📋 copy color: '#B4A8D8'

red 180 ◦ green 168 ◦ blue 216

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

Shades of Moon Raker #B4A8D8

Tints of Moon Raker #B4A8D8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 31.91%
G = 29.79%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4A8D8 (or 0xB4A8D8) is known color: Moon Raker. HEX triplet: B4, A8 and D8. RGB value is (180,168,216). Sum of RGB (Red+Green+Blue) = 180+168+216=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8D8 is #4B5727. Grayscale: #B0B0B0. Windows color (decimal): -4937512 or 14198964. OLE color: 14198964.

HSL color Cylindrical-coordinate representation of color #B4A8D8: hue angle of 255º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A8D8 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 168 216 -
CMYK 0.17 0.22 0 0.15
HSL 255º 0.38% 0.75% -
HSV(B) 255º 0.22% 0.85% -
XYZ 45.22 42.67 70.82 -
YUV 177.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 180 168 216 0.17 0.22 0 0.15 255 0.38 0.75
Hex B4 A8 D8 11 16 0 F FF 26 4B
Octal 264 250 330 21 26 0 17 377 46 113
Binary 10110100 10101000 11011000 10001 10110 0 1111 11111111 100110 1001011

Color Harmonies of #B4A8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8D8

Black with #B4A8D8

Text Example


Text Example

White with #B4A8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8D8; }

 p { color: rgb(180,168,216); }

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

background-color css

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

 a { background-color: rgb(180,168,216); }

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

border-color css

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

 span { border-color: rgb(180,168,216); }

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