Html Css Color HEX #BFADD8 Moon Raker

📋 copy color: '#BFADD8'

red 191 ◦ green 173 ◦ blue 216

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

Shades of Moon Raker #BFADD8

Tints of Moon Raker #BFADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 32.93%
G = 29.83%
B = 37.24%

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

#BFADD8 (or 0xBFADD8) is known color: Moon Raker. HEX triplet: BF, AD and D8. RGB value is (191,173,216). Sum of RGB (Red+Green+Blue) = 191+173+216=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADD8 is #405227. Grayscale: #B7B7B7. Windows color (decimal): -4215336 or 14200255. OLE color: 14200255.

HSL color Cylindrical-coordinate representation of color #BFADD8: hue angle of 265.12º degrees, saturation: 0.36, 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 #BFADD8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 173 216 -
CMYK 0.12 0.20 0 0.15
HSL 265.12º 0.36% 0.76% -
HSV(B) 265.12º 0.2% 0.85% -
XYZ 48.82 45.92 71.26 -
YUV 183.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 191 173 216 0.12 0.20 0 0.15 265.12 0.36 0.76
Hex BF AD D8 C 14 0 F 109 24 4C
Octal 277 255 330 14 24 0 17 411 44 114
Binary 10111111 10101101 11011000 1100 10100 0 1111 100001001 100100 1001100

Color Harmonies of #BFADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADD8

Black with #BFADD8

Text Example


Text Example

White with #BFADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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