Html Css Color HEX #BFAFD6 Moon Raker

📋 copy color: '#BFAFD6'

red 191 ◦ green 175 ◦ blue 214

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

Shades of Moon Raker #BFAFD6

Tints of Moon Raker #BFAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 32.93%
G = 30.17%
B = 36.9%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFAFD6 (or 0xBFAFD6) is known color: Moon Raker. HEX triplet: BF, AF and D6. RGB value is (191,175,214). Sum of RGB (Red+Green+Blue) = 191+175+214=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD6 is #405029. Grayscale: #B8B8B8. Windows color (decimal): -4214826 or 14069695. OLE color: 14069695.

HSL color Cylindrical-coordinate representation of color #BFAFD6: hue angle of 264.62º degrees, saturation: 0.32, 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 #BFAFD6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 175 214 -
CMYK 0.11 0.18 0 0.16
HSL 264.62º 0.32% 0.76% -
HSV(B) 264.62º 0.18% 0.84% -
XYZ 48.95 46.59 70.03 -
YUV 184.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 191 175 214 0.11 0.18 0 0.16 264.62 0.32 0.76
Hex BF AF D6 B 12 0 10 109 20 4C
Octal 277 257 326 13 22 0 20 411 40 114
Binary 10111111 10101111 11010110 1011 10010 0 10000 100001001 100000 1001100

Color Harmonies of #BFAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFD6

Black with #BFAFD6

Text Example


Text Example

White with #BFAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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