Html Css Color HEX #B9AFCF Moon Raker

📋 copy color: '#B9AFCF'

red 185 ◦ green 175 ◦ blue 207

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

Shades of Moon Raker #B9AFCF

Tints of Moon Raker #B9AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.86%

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

R = 32.63%
G = 30.86%
B = 36.51%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9AFCF (or 0xB9AFCF) is known color: Moon Raker. HEX triplet: B9, AF and CF. RGB value is (185,175,207). Sum of RGB (Red+Green+Blue) = 185+175+207=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCF is #465030. Grayscale: #B5B5B5. Windows color (decimal): -4608049 or 13610937. OLE color: 13610937.

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

Color convert

RGB 185 175 207 -
CMYK 0.11 0.15 0 0.19
HSL 258.75º 0.25% 0.75% -
HSV(B) 258.75º 0.15% 0.81% -
XYZ 46.6 45.48 65.35 -
YUV 181.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 185 175 207 0.11 0.15 0 0.19 258.75 0.25 0.75
Hex B9 AF CF B F 0 13 103 19 4B
Octal 271 257 317 13 17 0 23 403 31 113
Binary 10111001 10101111 11001111 1011 1111 0 10011 100000011 11001 1001011

Color Harmonies of #B9AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFCF

Black with #B9AFCF

Text Example


Text Example

White with #B9AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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