#C2BBCF

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

Shades of Moon Raker #C2BBCF

Tints of Moon Raker #C2BBCF

Color information

#C2BBCF (or 0xC2BBCF) is unknown color: approx Moon Raker. HEX triplet: C2, BB and CF. RGB value is (194,187,207). Sum of RGB (Red+Green+Blue) = 194+187+207=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBCF is #3D4430. Grayscale: #BFBFBF. Windows color (decimal): -4015153 or 13614018. OLE color: 13614018.

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

Color convert

RGB194187207-
CMYK0.060.1000.19
HSL261º17.24%77.25%-
HSV(B)261º9.66%81.18%-
XYZ51.2851.5166.27-
YUV191.37136.82129.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=32.99%
G=31.80%
B=35.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941872070.060.1000.1926117.2477.25
HexC2BBCF6A013105114d
Octal30227331761202340521115
Binary1100001010111011110011111101010010011100000101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBCF; }

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

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

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

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

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

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

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

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