#C3BBCF

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

Shades of Moon Raker #C3BBCF

Tints of Moon Raker #C3BBCF

Color information

#C3BBCF (or 0xC3BBCF) is unknown color: approx Moon Raker. HEX triplet: C3, BB and CF. RGB value is (195,187,207). Sum of RGB (Red+Green+Blue) = 195+187+207=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 187 (73.44% from 255 or 31.75% 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 #C3BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBCF is #3C4430. Grayscale: #BFBFBF. Windows color (decimal): -3949617 or 13614019. OLE color: 13614019.

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

Color convert

RGB195187207-
CMYK0.060.1000.19
HSL264º17.24%77.25%-
HSV(B)264º9.66%81.18%-
XYZ51.5451.6566.28-
YUV191.67136.65130.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=33.11%
G=31.75%
B=35.14%

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
Decimal1951872070.060.1000.1926417.2477.25
HexC3BBCF6A013108114d
Octal30327331761202341021115
Binary1100001110111011110011111101010010011100001000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBCF; }

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

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

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

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

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

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

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

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