Html Css Color HEX #BFAFDB Moon Raker

📋 copy color: '#BFAFDB'

red 191 ◦ green 175 ◦ blue 219

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

Shades of Moon Raker #BFAFDB

Tints of Moon Raker #BFAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 32.65%
G = 29.91%
B = 37.44%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFAFDB (or 0xBFAFDB) is known color: Moon Raker. HEX triplet: BF, AF and DB. RGB value is (191,175,219). Sum of RGB (Red+Green+Blue) = 191+175+219=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFDB is #405024. Grayscale: #B8B8B8. Windows color (decimal): -4214821 or 14397375. OLE color: 14397375.

HSL color Cylindrical-coordinate representation of color #BFAFDB: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAFDB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 175 219 -
CMYK 0.13 0.20 0 0.14
HSL 261.82º 0.38% 0.77% -
HSV(B) 261.82º 0.2% 0.86% -
XYZ 49.6 46.85 73.45 -
YUV 184.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 191 175 219 0.13 0.20 0 0.14 261.82 0.38 0.77
Hex BF AF DB D 14 0 E 106 26 4D
Octal 277 257 333 15 24 0 16 406 46 115
Binary 10111111 10101111 11011011 1101 10100 0 1110 100000110 100110 1001101

Color Harmonies of #BFAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFDB

Black with #BFAFDB

Text Example


Text Example

White with #BFAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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