#C8BBCA

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

Shades of Prelude #C8BBCA

Tints of Prelude #C8BBCA

Color information

#C8BBCA (or 0xC8BBCA) is unknown color: approx Prelude. HEX triplet: C8, BB and CA. RGB value is (200,187,202). Sum of RGB (Red+Green+Blue) = 200+187+202=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBCA is #374435. Grayscale: #C0C0C0. Windows color (decimal): -3621942 or 13286344. OLE color: 13286344.

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

Color convert

RGB200187202-
CMYK0.010.0700.21
HSL292º12.4%76.27%-
HSV(B)292º7.43%79.22%-
XYZ52.2552.0863.18-
YUV192.6133.31133.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=33.96%
G=31.75%
B=34.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001872020.010.0700.2129212.476.27
HexC8BBCA17015124c4c
Octal3102733121702544414114
Binary110010001011101111001010111101010110010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBCA; }

 p { color: rgb(200,187,202); }

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

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

 a { background-color: rgb(200,187,202); }

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

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

 span { border-color: rgb(200,187,202); }

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