Html Css Color HEX #BFAFC9 Prelude

📋 copy color: '#BFAFC9'

red 191 ◦ green 175 ◦ blue 201

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

Shades of Prelude #BFAFC9

Tints of Prelude #BFAFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.86%

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

R = 33.69%
G = 30.86%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFAFC9 (or 0xBFAFC9) is known color: Prelude. HEX triplet: BF, AF and C9. RGB value is (191,175,201). Sum of RGB (Red+Green+Blue) = 191+175+201=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFC9 is #405036. Grayscale: #B6B6B6. Windows color (decimal): -4214839 or 13217727. OLE color: 13217727.

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

Color convert

RGB 191 175 201 -
CMYK 0.05 0.13 0 0.21
HSL 276.92º 0.19% 0.74% -
HSV(B) 276.92º 0.13% 0.79% -
XYZ 47.36 45.95 61.63 -
YUV 182.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 191 175 201 0.05 0.13 0 0.21 276.92 0.19 0.74
Hex BF AF C9 5 D 0 15 115 13 4A
Octal 277 257 311 5 15 0 25 425 23 112
Binary 10111111 10101111 11001001 101 1101 0 10101 100010101 10011 1001010

Color Harmonies of #BFAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFC9

Black with #BFAFC9

Text Example


Text Example

White with #BFAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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