Html Css Color HEX #C5BFC7 Prelude

📋 copy color: '#C5BFC7'

red 197 ◦ green 191 ◦ blue 199

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

Shades of Prelude #C5BFC7

Tints of Prelude #C5BFC7

RGB

 RED value IS 197 (77.34% from 255) = 33.56%

 GREEN value IS 191 (75% from 255) = 32.54%

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

R = 33.56%
G = 32.54%
B = 33.9%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5BFC7 (or 0xC5BFC7) is known color: Prelude. HEX triplet: C5, BF and C7. RGB value is (197,191,199). Sum of RGB (Red+Green+Blue) = 197+191+199=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 199 - color contains mainly: blue. Hex color #C5BFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFC7 is #3A4038. Grayscale: #C1C1C1. Windows color (decimal): -3817529 or 13090757. OLE color: 13090757.

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

Color convert

RGB 197 191 199 -
CMYK 0.01 0.04 0 0.22
HSL 285º 0.07% 0.76% -
HSV(B) 285º 0.04% 0.78% -
XYZ 51.97 53.26 61.57 -
YUV 193.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 197 191 199 0.01 0.04 0 0.22 285 0.07 0.76
Hex C5 BF C7 1 4 0 16 11D 7 4C
Octal 305 277 307 1 4 0 26 435 7 114
Binary 11000101 10111111 11000111 1 100 0 10110 100011101 111 1001100

Color Harmonies of #C5BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFC7

Black with #C5BFC7

Text Example


Text Example

White with #C5BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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