Html Css Color HEX #C5BACC Prelude

📋 copy color: '#C5BACC'

red 197 ◦ green 186 ◦ blue 204

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

Shades of Prelude #C5BACC

Tints of Prelude #C5BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

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

R = 33.56%
G = 31.69%
B = 34.75%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5BACC (or 0xC5BACC) is known color: Prelude. HEX triplet: C5, BA and CC. RGB value is (197,186,204). Sum of RGB (Red+Green+Blue) = 197+186+204=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BACC is #3A4533. Grayscale: #BFBFBF. Windows color (decimal): -3818804 or 13417157. OLE color: 13417157.

HSL color Cylindrical-coordinate representation of color #C5BACC: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5BACC is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 186 204 -
CMYK 0.03 0.09 0 0.2
HSL 276.67º 0.15% 0.76% -
HSV(B) 276.67º 0.09% 0.8% -
XYZ 51.48 51.35 64.32 -
YUV 191.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 197 186 204 0.03 0.09 0 0.2 276.67 0.15 0.76
Hex C5 BA CC 3 9 0 14 115 F 4C
Octal 305 272 314 3 11 0 24 425 17 114
Binary 11000101 10111010 11001100 11 1001 0 10100 100010101 1111 1001100

Color Harmonies of #C5BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BACC

Black with #C5BACC

Text Example


Text Example

White with #C5BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BACC; }

 p { color: rgb(197,186,204); }

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

background-color css

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

 a { background-color: rgb(197,186,204); }

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

border-color css

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

 span { border-color: rgb(197,186,204); }

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