Html Css Color HEX #B9AEDB Moon Raker

📋 copy color: '#B9AEDB'

red 185 ◦ green 174 ◦ blue 219

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

Shades of Moon Raker #B9AEDB

Tints of Moon Raker #B9AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.1%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 32.01%
G = 30.1%
B = 37.89%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9AEDB (or 0xB9AEDB) is known color: Moon Raker. HEX triplet: B9, AE and DB. RGB value is (185,174,219). Sum of RGB (Red+Green+Blue) = 185+174+219=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEDB is #465124. Grayscale: #B6B6B6. Windows color (decimal): -4608293 or 14397113. OLE color: 14397113.

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

Color convert

RGB 185 174 219 -
CMYK 0.16 0.21 0 0.14
HSL 254.67º 0.38% 0.77% -
HSV(B) 254.67º 0.21% 0.86% -
XYZ 47.93 45.7 73.31 -
YUV 182.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 185 174 219 0.16 0.21 0 0.14 254.67 0.38 0.77
Hex B9 AE DB 10 15 0 E FF 26 4D
Octal 271 256 333 20 25 0 16 377 46 115
Binary 10111001 10101110 11011011 10000 10101 0 1110 11111111 100110 1001101

Color Harmonies of #B9AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEDB

Black with #B9AEDB

Text Example


Text Example

White with #B9AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEDB; }

 p { color: rgb(185,174,219); }

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

background-color css

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

 a { background-color: rgb(185,174,219); }

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

border-color css

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

 span { border-color: rgb(185,174,219); }

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