Html Css Color HEX #BFA8C9 Prelude

📋 copy color: '#BFA8C9'

red 191 ◦ green 168 ◦ blue 201

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

Shades of Prelude #BFA8C9

Tints of Prelude #BFA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 34.11%
G = 30%
B = 35.89%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFA8C9 (or 0xBFA8C9) is known color: Prelude. HEX triplet: BF, A8 and C9. RGB value is (191,168,201). Sum of RGB (Red+Green+Blue) = 191+168+201=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8C9 is #405736. Grayscale: #B2B2B2. Windows color (decimal): -4216631 or 13215935. OLE color: 13215935.

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

Color convert

RGB 191 168 201 -
CMYK 0.05 0.16 0 0.21
HSL 281.82º 0.23% 0.72% -
HSV(B) 281.82º 0.16% 0.79% -
XYZ 46.03 43.3 61.19 -
YUV 178.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 191 168 201 0.05 0.16 0 0.21 281.82 0.23 0.72
Hex BF A8 C9 5 10 0 15 11A 17 48
Octal 277 250 311 5 20 0 25 432 27 110
Binary 10111111 10101000 11001001 101 10000 0 10101 100011010 10111 1001000

Color Harmonies of #BFA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8C9

Black with #BFA8C9

Text Example


Text Example

White with #BFA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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