Html Css Color HEX #BFAFD9 Moon Raker

📋 copy color: '#BFAFD9'

red 191 ◦ green 175 ◦ blue 217

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

Shades of Moon Raker #BFAFD9

Tints of Moon Raker #BFAFD9

RGB

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

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

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

R = 32.76%
G = 30.02%
B = 37.22%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFAFD9 (or 0xBFAFD9) is known color: Moon Raker. HEX triplet: BF, AF and D9. RGB value is (191,175,217). Sum of RGB (Red+Green+Blue) = 191+175+217=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD9 is #405026. Grayscale: #B8B8B8. Windows color (decimal): -4214823 or 14266303. OLE color: 14266303.

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

Color convert

RGB 191 175 217 -
CMYK 0.12 0.19 0 0.15
HSL 262.86º 0.36% 0.77% -
HSV(B) 262.86º 0.19% 0.85% -
XYZ 49.34 46.75 72.07 -
YUV 184.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 191 175 217 0.12 0.19 0 0.15 262.86 0.36 0.77
Hex BF AF D9 C 13 0 F 107 24 4D
Octal 277 257 331 14 23 0 17 407 44 115
Binary 10111111 10101111 11011001 1100 10011 0 1111 100000111 100100 1001101

Color Harmonies of #BFAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFD9

Black with #BFAFD9

Text Example


Text Example

White with #BFAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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