#C2BBD1

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

Shades of Moon Raker #C2BBD1

Tints of Moon Raker #C2BBD1

Color information

#C2BBD1 (or 0xC2BBD1) is unknown color: approx Moon Raker. HEX triplet: C2, BB and D1. RGB value is (194,187,209). Sum of RGB (Red+Green+Blue) = 194+187+209=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD1 is #3D442E. Grayscale: #BFBFBF. Windows color (decimal): -4015151 or 13745090. OLE color: 13745090.

HSL color Cylindrical-coordinate representation of color #C2BBD1: hue angle of 259.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BBD1 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194187209-
CMYK0.070.1100.18
HSL259.09º19.3%77.65%-
HSV(B)259.09º10.53%81.96%-
XYZ51.5351.6167.57-
YUV191.6137.82129.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=32.88%
G=31.69%
B=35.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941872090.070.1100.18259.0919.377.65
HexC2BBD17B012103134e
Octal30227332171302240323116
Binary1100001010111011110100011111011010010100000011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBD1; }

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

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

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

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

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

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

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

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