#C9BCDA

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

Shades of Moon Raker #C9BCDA

Tints of Moon Raker #C9BCDA

Color information

#C9BCDA (or 0xC9BCDA) is unknown color: approx Moon Raker. HEX triplet: C9, BC and DA. RGB value is (201,188,218). Sum of RGB (Red+Green+Blue) = 201+188+218=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCDA is #364325. Grayscale: #C3C3C3. Windows color (decimal): -3556134 or 14335177. OLE color: 14335177.

HSL color Cylindrical-coordinate representation of color #C9BCDA: hue angle of 266º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BCDA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201188218-
CMYK0.080.1400.15
HSL266º28.85%79.61%-
HSV(B)266º13.76%85.49%-
XYZ54.7353.4573.76-
YUV195.31140.81132.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=33.11%
G=30.97%
B=35.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011882180.080.1400.1526628.8579.61
HexC9BCDA8E0F10a1d50
Octal311274332101601741235120
Binary1100100110111100110110101000111001111100001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCDA; }

 p { color: rgb(201,188,218); }

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

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

 a { background-color: rgb(201,188,218); }

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

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

 span { border-color: rgb(201,188,218); }

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