Html Css Color HEX #BFACDD Moon Raker

📋 copy color: '#BFACDD'

red 191 ◦ green 172 ◦ blue 221

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

Shades of Moon Raker #BFACDD

Tints of Moon Raker #BFACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 32.71%
G = 29.45%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFACDD (or 0xBFACDD) is known color: Moon Raker. HEX triplet: BF, AC and DD. RGB value is (191,172,221). Sum of RGB (Red+Green+Blue) = 191+172+221=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDD is #405322. Grayscale: #B7B7B7. Windows color (decimal): -4215587 or 14527679. OLE color: 14527679.

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

Color convert

RGB 191 172 221 -
CMYK 0.14 0.22 0 0.13
HSL 263.27º 0.42% 0.77% -
HSV(B) 263.27º 0.22% 0.87% -
XYZ 49.29 45.8 74.65 -
YUV 183.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 191 172 221 0.14 0.22 0 0.13 263.27 0.42 0.77
Hex BF AC DD E 16 0 D 107 2A 4D
Octal 277 254 335 16 26 0 15 407 52 115
Binary 10111111 10101100 11011101 1110 10110 0 1101 100000111 101010 1001101

Color Harmonies of #BFACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACDD

Black with #BFACDD

Text Example


Text Example

White with #BFACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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