Html Css Color HEX #BFADD9 Moon Raker

📋 copy color: '#BFADD9'

red 191 ◦ green 173 ◦ blue 217

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

Shades of Moon Raker #BFADD9

Tints of Moon Raker #BFADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.78%

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

R = 32.87%
G = 29.78%
B = 37.35%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFADD9 (or 0xBFADD9) is known color: Moon Raker. HEX triplet: BF, AD and D9. RGB value is (191,173,217). Sum of RGB (Red+Green+Blue) = 191+173+217=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADD9 is #405226. Grayscale: #B7B7B7. Windows color (decimal): -4215335 or 14265791. OLE color: 14265791.

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

Color convert

RGB 191 173 217 -
CMYK 0.12 0.20 0 0.15
HSL 264.55º 0.37% 0.76% -
HSV(B) 264.55º 0.2% 0.85% -
XYZ 48.95 45.97 71.94 -
YUV 183.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 191 173 217 0.12 0.20 0 0.15 264.55 0.37 0.76
Hex BF AD D9 C 14 0 F 109 25 4C
Octal 277 255 331 14 24 0 17 411 45 114
Binary 10111111 10101101 11011001 1100 10100 0 1111 100001001 100101 1001100

Color Harmonies of #BFADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADD9

Black with #BFADD9

Text Example


Text Example

White with #BFADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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