Html Css Color HEX #BFAACC Prelude

📋 copy color: '#BFAACC'

red 191 ◦ green 170 ◦ blue 204

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

Shades of Prelude #BFAACC

Tints of Prelude #BFAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 33.81%
G = 30.09%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFAACC (or 0xBFAACC) is known color: Prelude. HEX triplet: BF, AA and CC. RGB value is (191,170,204). Sum of RGB (Red+Green+Blue) = 191+170+204=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAACC is #405533. Grayscale: #B4B4B4. Windows color (decimal): -4216116 or 13413055. OLE color: 13413055.

HSL color Cylindrical-coordinate representation of color #BFAACC: hue angle of 277.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFAACC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 170 204 -
CMYK 0.06 0.17 0 0.2
HSL 277.06º 0.25% 0.73% -
HSV(B) 277.06º 0.17% 0.8% -
XYZ 46.76 44.19 63.19 -
YUV 180.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 191 170 204 0.06 0.17 0 0.2 277.06 0.25 0.73
Hex BF AA CC 6 11 0 14 115 19 49
Octal 277 252 314 6 21 0 24 425 31 111
Binary 10111111 10101010 11001100 110 10001 0 10100 100010101 11001 1001001

Color Harmonies of #BFAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAACC

Black with #BFAACC

Text Example


Text Example

White with #BFAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAACC; }

 p { color: rgb(191,170,204); }

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

background-color css

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

 a { background-color: rgb(191,170,204); }

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

border-color css

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

 span { border-color: rgb(191,170,204); }

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