Html Css Color HEX #BFACDC Moon Raker

📋 copy color: '#BFACDC'

red 191 ◦ green 172 ◦ blue 220

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

Shades of Moon Raker #BFACDC

Tints of Moon Raker #BFACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 32.76%
G = 29.5%
B = 37.74%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFACDC (or 0xBFACDC) is known color: Moon Raker. HEX triplet: BF, AC and DC. RGB value is (191,172,220). Sum of RGB (Red+Green+Blue) = 191+172+220=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDC is #405323. Grayscale: #B6B6B6. Windows color (decimal): -4215588 or 14462143. OLE color: 14462143.

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

Color convert

RGB 191 172 220 -
CMYK 0.13 0.22 0 0.14
HSL 263.75º 0.41% 0.77% -
HSV(B) 263.75º 0.22% 0.86% -
XYZ 49.16 45.75 73.95 -
YUV 183.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 191 172 220 0.13 0.22 0 0.14 263.75 0.41 0.77
Hex BF AC DC D 16 0 E 108 29 4D
Octal 277 254 334 15 26 0 16 410 51 115
Binary 10111111 10101100 11011100 1101 10110 0 1110 100001000 101001 1001101

Color Harmonies of #BFACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACDC

Black with #BFACDC

Text Example


Text Example

White with #BFACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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