Html Css Color HEX #B5ABDC Moon Raker

📋 copy color: '#B5ABDC'

red 181 ◦ green 171 ◦ blue 220

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

Shades of Moon Raker #B5ABDC

Tints of Moon Raker #B5ABDC

RGB

 RED value IS 181 (71.09% from 255) = 31.64%

 GREEN value IS 171 (67.19% from 255) = 29.9%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 31.64%
G = 29.9%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5ABDC (or 0xB5ABDC) is known color: Moon Raker. HEX triplet: B5, AB and DC. RGB value is (181,171,220). Sum of RGB (Red+Green+Blue) = 181+171+220=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABDC is #4A5423. Grayscale: #B3B3B3. Windows color (decimal): -4871204 or 14461877. OLE color: 14461877.

HSL color Cylindrical-coordinate representation of color #B5ABDC: hue angle of 252.24º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5ABDC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 171 220 -
CMYK 0.18 0.22 0 0.14
HSL 252.24º 0.41% 0.77% -
HSV(B) 252.24º 0.22% 0.86% -
XYZ 46.54 44.12 73.77 -
YUV 179.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 181 171 220 0.18 0.22 0 0.14 252.24 0.41 0.77
Hex B5 AB DC 12 16 0 E FC 29 4D
Octal 265 253 334 22 26 0 16 374 51 115
Binary 10110101 10101011 11011100 10010 10110 0 1110 11111100 101001 1001101

Color Harmonies of #B5ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABDC

Black with #B5ABDC

Text Example


Text Example

White with #B5ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABDC; }

 p { color: rgb(181,171,220); }

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

background-color css

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

 a { background-color: rgb(181,171,220); }

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

border-color css

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

 span { border-color: rgb(181,171,220); }

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