#C2BCCF

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

Shades of Moon Raker #C2BCCF

Tints of Moon Raker #C2BCCF

Color information

#C2BCCF (or 0xC2BCCF) is unknown color: approx Moon Raker. HEX triplet: C2, BC and CF. RGB value is (194,188,207). Sum of RGB (Red+Green+Blue) = 194+188+207=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCF is #3D4330. Grayscale: #BFBFBF. Windows color (decimal): -4014897 or 13614274. OLE color: 13614274.

HSL color Cylindrical-coordinate representation of color #C2BCCF: hue angle of 258.95º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BCCF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194188207-
CMYK0.060.0900.19
HSL258.95º16.52%77.45%-
HSV(B)258.95º9.18%81.18%-
XYZ51.4951.9466.34-
YUV191.96136.49129.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=32.94%
G=31.92%
B=35.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941882070.060.0900.19258.9516.5277.45
HexC2BCCF69013103114d
Octal30227431761102340321115
Binary1100001010111100110011111101001010011100000011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCCF; }

 p { color: rgb(194,188,207); }

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

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

 a { background-color: rgb(194,188,207); }

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

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

 span { border-color: rgb(194,188,207); }

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