Html Css Color HEX #BFACC7 Prelude

📋 copy color: '#BFACC7'

red 191 ◦ green 172 ◦ blue 199

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

Shades of Prelude #BFACC7

Tints of Prelude #BFACC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 33.99%
G = 30.6%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFACC7 (or 0xBFACC7) is known color: Prelude. HEX triplet: BF, AC and C7. RGB value is (191,172,199). Sum of RGB (Red+Green+Blue) = 191+172+199=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC7 is #405338. Grayscale: #B4B4B4. Windows color (decimal): -4215609 or 13085887. OLE color: 13085887.

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

Color convert

RGB 191 172 199 -
CMYK 0.04 0.14 0 0.22
HSL 282.22º 0.19% 0.73% -
HSV(B) 282.22º 0.14% 0.78% -
XYZ 46.55 44.7 60.21 -
YUV 180.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 191 172 199 0.04 0.14 0 0.22 282.22 0.19 0.73
Hex BF AC C7 4 E 0 16 11A 13 49
Octal 277 254 307 4 16 0 26 432 23 111
Binary 10111111 10101100 11000111 100 1110 0 10110 100011010 10011 1001001

Color Harmonies of #BFACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACC7

Black with #BFACC7

Text Example


Text Example

White with #BFACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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