Html Css Color HEX #B2A8DE Moon Raker

📋 copy color: '#B2A8DE'

red 178 ◦ green 168 ◦ blue 222

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

Shades of Moon Raker #B2A8DE

Tints of Moon Raker #B2A8DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 31.34%
G = 29.58%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2A8DE (or 0xB2A8DE) is known color: Moon Raker. HEX triplet: B2, A8 and DE. RGB value is (178,168,222). Sum of RGB (Red+Green+Blue) = 178+168+222=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8DE is #4D5721. Grayscale: #B0B0B0. Windows color (decimal): -5068578 or 14592178. OLE color: 14592178.

HSL color Cylindrical-coordinate representation of color #B2A8DE: hue angle of 251.11º degrees, saturation: 0.45, 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 #B2A8DE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 168 222 -
CMYK 0.20 0.24 0 0.13
HSL 251.11º 0.45% 0.76% -
HSV(B) 251.11º 0.24% 0.87% -
XYZ 45.55 42.74 74.96 -
YUV 177.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 178 168 222 0.20 0.24 0 0.13 251.11 0.45 0.76
Hex B2 A8 DE 14 18 0 D FB 2D 4C
Octal 262 250 336 24 30 0 15 373 55 114
Binary 10110010 10101000 11011110 10100 11000 0 1101 11111011 101101 1001100

Color Harmonies of #B2A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A8DE

Black with #B2A8DE

Text Example


Text Example

White with #B2A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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