Html Css Color HEX #BFADCA Prelude

📋 copy color: '#BFADCA'

red 191 ◦ green 173 ◦ blue 202

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

Shades of Prelude #BFADCA

Tints of Prelude #BFADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.69%

R = 33.75%
G = 30.57%
B = 35.69%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFADCA (or 0xBFADCA) is known color: Prelude. HEX triplet: BF, AD and CA. RGB value is (191,173,202). Sum of RGB (Red+Green+Blue) = 191+173+202=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADCA is #405235. Grayscale: #B5B5B5. Windows color (decimal): -4215350 or 13282751. OLE color: 13282751.

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

Color convert

RGB 191 173 202 -
CMYK 0.05 0.14 0 0.21
HSL 277.24º 0.21% 0.74% -
HSV(B) 277.24º 0.14% 0.79% -
XYZ 47.09 45.23 62.13 -
YUV 181.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 191 173 202 0.05 0.14 0 0.21 277.24 0.21 0.74
Hex BF AD CA 5 E 0 15 115 15 4A
Octal 277 255 312 5 16 0 25 425 25 112
Binary 10111111 10101101 11001010 101 1110 0 10101 100010101 10101 1001010

Color Harmonies of #BFADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADCA

Black with #BFADCA

Text Example


Text Example

White with #BFADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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