Html Css Color HEX #BFACC9 Prelude

📋 copy color: '#BFACC9'

red 191 ◦ green 172 ◦ blue 201

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

Shades of Prelude #BFACC9

Tints of Prelude #BFACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 33.87%
G = 30.5%
B = 35.64%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFACC9 (or 0xBFACC9) is known color: Prelude. HEX triplet: BF, AC and C9. RGB value is (191,172,201). Sum of RGB (Red+Green+Blue) = 191+172+201=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC9 is #405336. Grayscale: #B4B4B4. Windows color (decimal): -4215607 or 13216959. OLE color: 13216959.

HSL color Cylindrical-coordinate representation of color #BFACC9: hue angle of 279.31º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFACC9 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 172 201 -
CMYK 0.05 0.14 0 0.21
HSL 279.31º 0.21% 0.73% -
HSV(B) 279.31º 0.14% 0.79% -
XYZ 46.78 44.8 61.44 -
YUV 180.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 191 172 201 0.05 0.14 0 0.21 279.31 0.21 0.73
Hex BF AC C9 5 E 0 15 117 15 49
Octal 277 254 311 5 16 0 25 427 25 111
Binary 10111111 10101100 11001001 101 1110 0 10101 100010111 10101 1001001

Color Harmonies of #BFACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACC9

Black with #BFACC9

Text Example


Text Example

White with #BFACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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