#C7BFCB

Color #C7BFCB Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C7BFCB

Tints of Prelude #C7BFCB

Color information

#C7BFCB (or 0xC7BFCB) is unknown color: approx Prelude. HEX triplet: C7, BF and CB. RGB value is (199,191,203). Sum of RGB (Red+Green+Blue) = 199+191+203=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFCB is #384034. Grayscale: #C2C2C2. Windows color (decimal): -3686453 or 13352903. OLE color: 13352903.

HSL color Cylindrical-coordinate representation of color #C7BFCB: hue angle of 280º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BFCB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199191203-
CMYK0.020.0600.20
HSL280º10.34%77.25%-
HSV(B)280º5.91%79.61%-
XYZ52.9653.7264.08-
YUV194.76132.65131.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=33.56%
G=32.21%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991912030.020.0600.2028010.3477.25
HexC7BFCB26014118a4d
Octal3072773132602443012115
Binary1100011110111111110010111011001010010001100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFCB; }

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

 H1.HeaderClassName
 {
   color: #C7BFCB;
 }
 .AnyTagClassName
 {
   color: #C7BFCB;
 }
</style>
background-color css

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

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

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

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

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

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