Html Css Color HEX #BFA9CC Prelude

📋 copy color: '#BFA9CC'

red 191 ◦ green 169 ◦ blue 204

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

Shades of Prelude #BFA9CC

Tints of Prelude #BFA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

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

R = 33.87%
G = 29.96%
B = 36.17%

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

#BFA9CC (or 0xBFA9CC) is known color: Prelude. HEX triplet: BF, A9 and CC. RGB value is (191,169,204). Sum of RGB (Red+Green+Blue) = 191+169+204=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9CC is #405633. Grayscale: #B3B3B3. Windows color (decimal): -4216372 or 13412799. OLE color: 13412799.

HSL color Cylindrical-coordinate representation of color #BFA9CC: hue angle of 277.71º degrees, saturation: 0.26, 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 #BFA9CC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 169 204 -
CMYK 0.06 0.17 0 0.2
HSL 277.71º 0.26% 0.73% -
HSV(B) 277.71º 0.17% 0.8% -
XYZ 46.57 43.81 63.13 -
YUV 179.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 191 169 204 0.06 0.17 0 0.2 277.71 0.26 0.73
Hex BF A9 CC 6 11 0 14 116 1A 49
Octal 277 251 314 6 21 0 24 426 32 111
Binary 10111111 10101001 11001100 110 10001 0 10100 100010110 11010 1001001

Color Harmonies of #BFA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA9CC

Black with #BFA9CC

Text Example


Text Example

White with #BFA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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