Html Css Color HEX #B2A8DD Moon Raker

📋 copy color: '#B2A8DD'

red 178 ◦ green 168 ◦ blue 221

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

Shades of Moon Raker #B2A8DD

Tints of Moon Raker #B2A8DD

RGB

 RED value IS 178 (69.92% from 255) = 31.39%

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 31.39%
G = 29.63%
B = 38.98%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2A8DD (or 0xB2A8DD) is known color: Moon Raker. HEX triplet: B2, A8 and DD. RGB value is (178,168,221). Sum of RGB (Red+Green+Blue) = 178+168+221=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8DD is #4D5722. Grayscale: #B0B0B0. Windows color (decimal): -5068579 or 14526642. OLE color: 14526642.

HSL color Cylindrical-coordinate representation of color #B2A8DD: hue angle of 251.32º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2A8DD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 168 221 -
CMYK 0.19 0.24 0 0.13
HSL 251.32º 0.44% 0.76% -
HSV(B) 251.32º 0.24% 0.87% -
XYZ 45.41 42.69 74.25 -
YUV 177.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 178 168 221 0.19 0.24 0 0.13 251.32 0.44 0.76
Hex B2 A8 DD 13 18 0 D FB 2C 4C
Octal 262 250 335 23 30 0 15 373 54 114
Binary 10110010 10101000 11011101 10011 11000 0 1101 11111011 101100 1001100

Color Harmonies of #B2A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A8DD

Black with #B2A8DD

Text Example


Text Example

White with #B2A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A8DD; }

 p { color: rgb(178,168,221); }

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

background-color css

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

 a { background-color: rgb(178,168,221); }

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

border-color css

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

 span { border-color: rgb(178,168,221); }

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