#C7BDCB

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

Shades of Prelude #C7BDCB

Tints of Prelude #C7BDCB

Color information

#C7BDCB (or 0xC7BDCB) is unknown color: approx Prelude. HEX triplet: C7, BD and CB. RGB value is (199,189,203). Sum of RGB (Red+Green+Blue) = 199+189+203=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDCB is #384234. Grayscale: #C1C1C1. Windows color (decimal): -3686965 or 13352391. OLE color: 13352391.

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

Color convert

RGB199189203-
CMYK0.020.0700.20
HSL282.86º11.86%76.86%-
HSV(B)282.86º6.9%79.61%-
XYZ52.5352.8563.93-
YUV193.59133.31131.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=33.67%
G=31.98%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991892030.020.0700.20282.8611.8676.86
HexC7BDCB2701411bc4d
Octal3072753132702443314115
Binary1100011110111101110010111011101010010001101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDCB; }

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

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

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

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

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

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

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

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