Html Css Color HEX #BFB1DB Moon Raker

📋 copy color: '#BFB1DB'

red 191 ◦ green 177 ◦ blue 219

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

Shades of Moon Raker #BFB1DB

Tints of Moon Raker #BFB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.15%

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

R = 32.54%
G = 30.15%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFB1DB (or 0xBFB1DB) is known color: Moon Raker. HEX triplet: BF, B1 and DB. RGB value is (191,177,219). Sum of RGB (Red+Green+Blue) = 191+177+219=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1DB is #404E24. Grayscale: #B9B9B9. Windows color (decimal): -4214309 or 14397887. OLE color: 14397887.

HSL color Cylindrical-coordinate representation of color #BFB1DB: hue angle of 260º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB1DB is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 177 219 -
CMYK 0.13 0.19 0 0.14
HSL 260º 0.37% 0.78% -
HSV(B) 260º 0.19% 0.86% -
XYZ 49.99 47.64 73.58 -
YUV 185.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 191 177 219 0.13 0.19 0 0.14 260 0.37 0.78
Hex BF B1 DB D 13 0 E 104 25 4E
Octal 277 261 333 15 23 0 16 404 45 116
Binary 10111111 10110001 11011011 1101 10011 0 1110 100000100 100101 1001110

Color Harmonies of #BFB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB1DB

Black with #BFB1DB

Text Example


Text Example

White with #BFB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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