Html Css Color HEX #B9ADDE Moon Raker

📋 copy color: '#B9ADDE'

red 185 ◦ green 173 ◦ blue 222

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

Shades of Moon Raker #B9ADDE

Tints of Moon Raker #B9ADDE

RGB

 RED value IS 185 (72.66% from 255) = 31.9%

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

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

R = 31.9%
G = 29.83%
B = 38.28%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9ADDE (or 0xB9ADDE) is known color: Moon Raker. HEX triplet: B9, AD and DE. RGB value is (185,173,222). Sum of RGB (Red+Green+Blue) = 185+173+222=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDE is #465221. Grayscale: #B5B5B5. Windows color (decimal): -4608546 or 14593465. OLE color: 14593465.

HSL color Cylindrical-coordinate representation of color #B9ADDE: hue angle of 254.69º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ADDE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 173 222 -
CMYK 0.17 0.22 0 0.13
HSL 254.69º 0.43% 0.77% -
HSV(B) 254.69º 0.22% 0.87% -
XYZ 48.14 45.48 75.35 -
YUV 182.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 185 173 222 0.17 0.22 0 0.13 254.69 0.43 0.77
Hex B9 AD DE 11 16 0 D FF 2B 4D
Octal 271 255 336 21 26 0 15 377 53 115
Binary 10111001 10101101 11011110 10001 10110 0 1101 11111111 101011 1001101

Color Harmonies of #B9ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADDE

Black with #B9ADDE

Text Example


Text Example

White with #B9ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADDE; }

 p { color: rgb(185,173,222); }

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

background-color css

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

 a { background-color: rgb(185,173,222); }

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

border-color css

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

 span { border-color: rgb(185,173,222); }

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