Html Css Color HEX #C7BFCA Prelude

📋 copy color: '#C7BFCA'

red 199 ◦ green 191 ◦ blue 202

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

Shades of Prelude #C7BFCA

Tints of Prelude #C7BFCA

RGB

 RED value IS 199 (78.13% from 255) = 33.61%

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

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

R = 33.61%
G = 32.26%
B = 34.12%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C7BFCA (or 0xC7BFCA) is known color: Prelude. HEX triplet: C7, BF and CA. RGB value is (199,191,202). Sum of RGB (Red+Green+Blue) = 199+191+202=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCA is #384035. Grayscale: #C2C2C2. Windows color (decimal): -3686454 or 13287367. OLE color: 13287367.

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

Color convert

RGB 199 191 202 -
CMYK 0.01 0.05 0 0.21
HSL 283.64º 0.09% 0.77% -
HSV(B) 283.64º 0.05% 0.79% -
XYZ 52.84 53.67 63.45 -
YUV 194.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 199 191 202 0.01 0.05 0 0.21 283.64 0.09 0.77
Hex C7 BF CA 1 5 0 15 11C 9 4D
Octal 307 277 312 1 5 0 25 434 11 115
Binary 11000111 10111111 11001010 1 101 0 10101 100011100 1001 1001101

Color Harmonies of #C7BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFCA

Black with #C7BFCA

Text Example


Text Example

White with #C7BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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