Html Css Color HEX #C4BFC5 Prelude

📋 copy color: '#C4BFC5'

red 196 ◦ green 191 ◦ blue 197

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

Shades of Prelude #C4BFC5

Tints of Prelude #C4BFC5

RGB

 RED value IS 196 (76.95% from 255) = 33.56%

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

 BLUE value IS 197 (77.34% from 255) = 33.73%

R = 33.56%
G = 32.71%
B = 33.73%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C4BFC5 (or 0xC4BFC5) is known color: Prelude. HEX triplet: C4, BF and C5. RGB value is (196,191,197). Sum of RGB (Red+Green+Blue) = 196+191+197=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 197 - color contains mainly: blue. Hex color #C4BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFC5 is #3B403A. Grayscale: #C1C1C1. Windows color (decimal): -3883067 or 12959684. OLE color: 12959684.

HSL color Cylindrical-coordinate representation of color #C4BFC5: hue angle of 290º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4BFC5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 197 -
CMYK 0.01 0.03 0 0.23
HSL 290º 0.05% 0.76% -
HSV(B) 290º 0.03% 0.77% -
XYZ 51.47 53.03 60.35 -
YUV 193.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 196 191 197 0.01 0.03 0 0.23 290 0.05 0.76
Hex C4 BF C5 1 3 0 17 122 5 4C
Octal 304 277 305 1 3 0 27 442 5 114
Binary 11000100 10111111 11000101 1 11 0 10111 100100010 101 1001100

Color Harmonies of #C4BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFC5

Black with #C4BFC5

Text Example


Text Example

White with #C4BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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