Html Css Color HEX #BFAFD5 Moon Raker

📋 copy color: '#BFAFD5'

red 191 ◦ green 175 ◦ blue 213

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

Shades of Moon Raker #BFAFD5

Tints of Moon Raker #BFAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 32.99%
G = 30.22%
B = 36.79%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFAFD5 (or 0xBFAFD5) is known color: Moon Raker. HEX triplet: BF, AF and D5. RGB value is (191,175,213). Sum of RGB (Red+Green+Blue) = 191+175+213=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD5 is #40502A. Grayscale: #B7B7B7. Windows color (decimal): -4214827 or 14004159. OLE color: 14004159.

HSL color Cylindrical-coordinate representation of color #BFAFD5: hue angle of 265.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAFD5 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 175 213 -
CMYK 0.10 0.18 0 0.16
HSL 265.26º 0.31% 0.76% -
HSV(B) 265.26º 0.18% 0.84% -
XYZ 48.83 46.54 69.36 -
YUV 184.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 191 175 213 0.10 0.18 0 0.16 265.26 0.31 0.76
Hex BF AF D5 A 12 0 10 109 1F 4C
Octal 277 257 325 12 22 0 20 411 37 114
Binary 10111111 10101111 11010101 1010 10010 0 10000 100001001 11111 1001100

Color Harmonies of #BFAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFD5

Black with #BFAFD5

Text Example


Text Example

White with #BFAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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