#C6BED3

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

Shades of Moon Raker #C6BED3

Tints of Moon Raker #C6BED3

Color information

#C6BED3 (or 0xC6BED3) is unknown color: approx Moon Raker. HEX triplet: C6, BE and D3. RGB value is (198,190,211). Sum of RGB (Red+Green+Blue) = 198+190+211=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED3 is #39412C. Grayscale: #C2C2C2. Windows color (decimal): -3752237 or 13876934. OLE color: 13876934.

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

Color convert

RGB198190211-
CMYK0.060.1000.17
HSL262.86º19.27%78.63%-
HSV(B)262.86º9.95%82.75%-
XYZ53.4653.5469.14-
YUV194.79137.15130.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.06%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=33.06%
G=31.72%
B=35.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981902110.060.1000.17262.8619.2778.63
HexC6BED36A011107134f
Octal30627632361202140723117
Binary1100011010111110110100111101010010001100000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BED3; }

 p { color: rgb(198,190,211); }

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

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

 a { background-color: rgb(198,190,211); }

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

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

 span { border-color: rgb(198,190,211); }

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