Html Css Color HEX #BFACDB Moon Raker

📋 copy color: '#BFACDB'

red 191 ◦ green 172 ◦ blue 219

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

Shades of Moon Raker #BFACDB

Tints of Moon Raker #BFACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.55%

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

R = 32.82%
G = 29.55%
B = 37.63%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFACDB (or 0xBFACDB) is known color: Moon Raker. HEX triplet: BF, AC and DB. RGB value is (191,172,219). Sum of RGB (Red+Green+Blue) = 191+172+219=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDB is #405324. Grayscale: #B6B6B6. Windows color (decimal): -4215589 or 14396607. OLE color: 14396607.

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

Color convert

RGB 191 172 219 -
CMYK 0.13 0.21 0 0.14
HSL 264.26º 0.39% 0.77% -
HSV(B) 264.26º 0.21% 0.86% -
XYZ 49.02 45.7 73.25 -
YUV 183.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 191 172 219 0.13 0.21 0 0.14 264.26 0.39 0.77
Hex BF AC DB D 15 0 E 108 27 4D
Octal 277 254 333 15 25 0 16 410 47 115
Binary 10111111 10101100 11011011 1101 10101 0 1110 100001000 100111 1001101

Color Harmonies of #BFACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACDB

Black with #BFACDB

Text Example


Text Example

White with #BFACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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