Html Css Color HEX #B9AECF Moon Raker

📋 copy color: '#B9AECF'

red 185 ◦ green 174 ◦ blue 207

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

Shades of Moon Raker #B9AECF

Tints of Moon Raker #B9AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 32.69%
G = 30.74%
B = 36.57%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9AECF (or 0xB9AECF) is known color: Moon Raker. HEX triplet: B9, AE and CF. RGB value is (185,174,207). Sum of RGB (Red+Green+Blue) = 185+174+207=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECF is #465130. Grayscale: #B4B4B4. Windows color (decimal): -4608305 or 13610681. OLE color: 13610681.

HSL color Cylindrical-coordinate representation of color #B9AECF: hue angle of 260º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9AECF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 174 207 -
CMYK 0.11 0.16 0 0.19
HSL 260º 0.26% 0.75% -
HSV(B) 260º 0.16% 0.81% -
XYZ 46.41 45.09 65.29 -
YUV 181.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 185 174 207 0.11 0.16 0 0.19 260 0.26 0.75
Hex B9 AE CF B 10 0 13 104 1A 4B
Octal 271 256 317 13 20 0 23 404 32 113
Binary 10111001 10101110 11001111 1011 10000 0 10011 100000100 11010 1001011

Color Harmonies of #B9AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AECF

Black with #B9AECF

Text Example


Text Example

White with #B9AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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