Html Css Color HEX #BFACCB Prelude

📋 copy color: '#BFACCB'

red 191 ◦ green 172 ◦ blue 203

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

Shades of Prelude #BFACCB

Tints of Prelude #BFACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 33.75%
G = 30.39%
B = 35.87%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFACCB (or 0xBFACCB) is known color: Prelude. HEX triplet: BF, AC and CB. RGB value is (191,172,203). Sum of RGB (Red+Green+Blue) = 191+172+203=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACCB is #405334. Grayscale: #B5B5B5. Windows color (decimal): -4215605 or 13348031. OLE color: 13348031.

HSL color Cylindrical-coordinate representation of color #BFACCB: hue angle of 276.77º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFACCB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 172 203 -
CMYK 0.06 0.15 0 0.20
HSL 276.77º 0.23% 0.74% -
HSV(B) 276.77º 0.15% 0.8% -
XYZ 47.02 44.89 62.69 -
YUV 181.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 191 172 203 0.06 0.15 0 0.20 276.77 0.23 0.74
Hex BF AC CB 6 F 0 14 115 17 4A
Octal 277 254 313 6 17 0 24 425 27 112
Binary 10111111 10101100 11001011 110 1111 0 10100 100010101 10111 1001010

Color Harmonies of #BFACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACCB

Black with #BFACCB

Text Example


Text Example

White with #BFACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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