Html Css Color HEX #BFADC7 Prelude

📋 copy color: '#BFADC7'

red 191 ◦ green 173 ◦ blue 199

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

Shades of Prelude #BFADC7

Tints of Prelude #BFADC7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.73%

 BLUE value IS 199 (78.13% from 255) = 35.35%

R = 33.93%
G = 30.73%
B = 35.35%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFADC7 (or 0xBFADC7) is known color: Prelude. HEX triplet: BF, AD and C7. RGB value is (191,173,199). Sum of RGB (Red+Green+Blue) = 191+173+199=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC7 is #405238. Grayscale: #B5B5B5. Windows color (decimal): -4215353 or 13086143. OLE color: 13086143.

HSL color Cylindrical-coordinate representation of color #BFADC7: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFADC7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 173 199 -
CMYK 0.04 0.13 0 0.22
HSL 281.54º 0.19% 0.73% -
HSV(B) 281.54º 0.13% 0.78% -
XYZ 46.74 45.09 60.27 -
YUV 181.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 191 173 199 0.04 0.13 0 0.22 281.54 0.19 0.73
Hex BF AD C7 4 D 0 16 11A 13 49
Octal 277 255 307 4 15 0 26 432 23 111
Binary 10111111 10101101 11000111 100 1101 0 10110 100011010 10011 1001001

Color Harmonies of #BFADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADC7

Black with #BFADC7

Text Example


Text Example

White with #BFADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADC7; }

 p { color: rgb(191,173,199); }

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

background-color css

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

 a { background-color: rgb(191,173,199); }

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

border-color css

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

 span { border-color: rgb(191,173,199); }

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