Html Css Color HEX #BFACD9 Moon Raker

📋 copy color: '#BFACD9'

red 191 ◦ green 172 ◦ blue 217

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

Shades of Moon Raker #BFACD9

Tints of Moon Raker #BFACD9

RGB

 RED value IS 191 (75% from 255) = 32.93%

 GREEN value IS 172 (67.58% from 255) = 29.66%

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 32.93%
G = 29.66%
B = 37.41%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFACD9 (or 0xBFACD9) is known color: Moon Raker. HEX triplet: BF, AC and D9. RGB value is (191,172,217). Sum of RGB (Red+Green+Blue) = 191+172+217=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACD9 is #405326. Grayscale: #B6B6B6. Windows color (decimal): -4215591 or 14265535. OLE color: 14265535.

HSL color Cylindrical-coordinate representation of color #BFACD9: hue angle of 265.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFACD9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 172 217 -
CMYK 0.12 0.21 0 0.15
HSL 265.33º 0.37% 0.76% -
HSV(B) 265.33º 0.21% 0.85% -
XYZ 48.76 45.59 71.88 -
YUV 182.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 191 172 217 0.12 0.21 0 0.15 265.33 0.37 0.76
Hex BF AC D9 C 15 0 F 109 25 4C
Octal 277 254 331 14 25 0 17 411 45 114
Binary 10111111 10101100 11011001 1100 10101 0 1111 100001001 100101 1001100

Color Harmonies of #BFACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACD9

Black with #BFACD9

Text Example


Text Example

White with #BFACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACD9; }

 p { color: rgb(191,172,217); }

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

background-color css

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

 a { background-color: rgb(191,172,217); }

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

border-color css

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

 span { border-color: rgb(191,172,217); }

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