Html Css Color HEX #BFAFD8 Moon Raker

📋 copy color: '#BFAFD8'

red 191 ◦ green 175 ◦ blue 216

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

Shades of Moon Raker #BFAFD8

Tints of Moon Raker #BFAFD8

RGB

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

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

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

R = 32.82%
G = 30.07%
B = 37.11%

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

#BFAFD8 (or 0xBFAFD8) is known color: Moon Raker. HEX triplet: BF, AF and D8. RGB value is (191,175,216). Sum of RGB (Red+Green+Blue) = 191+175+216=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD8 is #405027. Grayscale: #B8B8B8. Windows color (decimal): -4214824 or 14200767. OLE color: 14200767.

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

Color convert

RGB 191 175 216 -
CMYK 0.12 0.19 0 0.15
HSL 263.41º 0.34% 0.77% -
HSV(B) 263.41º 0.19% 0.85% -
XYZ 49.21 46.69 71.38 -
YUV 184.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 191 175 216 0.12 0.19 0 0.15 263.41 0.34 0.77
Hex BF AF D8 C 13 0 F 107 22 4D
Octal 277 257 330 14 23 0 17 407 42 115
Binary 10111111 10101111 11011000 1100 10011 0 1111 100000111 100010 1001101

Color Harmonies of #BFAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFD8

Black with #BFAFD8

Text Example


Text Example

White with #BFAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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