#C8BFCB

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

Shades of Prelude #C8BFCB

Tints of Prelude #C8BFCB

Color information

#C8BFCB (or 0xC8BFCB) is unknown color: approx Prelude. HEX triplet: C8, BF and CB. RGB value is (200,191,203). Sum of RGB (Red+Green+Blue) = 200+191+203=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFCB is #374034. Grayscale: #C3C3C3. Windows color (decimal): -3620917 or 13352904. OLE color: 13352904.

HSL color Cylindrical-coordinate representation of color #C8BFCB: hue angle of 285º 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 #C8BFCB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200191203-
CMYK0.010.0600.20
HSL285º10.34%77.25%-
HSV(B)285º5.91%79.61%-
XYZ53.2353.8564.09-
YUV195.06132.48131.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=33.67%
G=32.15%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001912030.010.0600.2028510.3477.25
HexC8BFCB1601411da4d
Octal3102773131602443512115
Binary110010001011111111001011111001010010001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFCB; }

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

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

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

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

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

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

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

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