#C9BBDA

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

Shades of Moon Raker #C9BBDA

Tints of Moon Raker #C9BBDA

Color information

#C9BBDA (or 0xC9BBDA) is unknown color: approx Moon Raker. HEX triplet: C9, BB and DA. RGB value is (201,187,218). Sum of RGB (Red+Green+Blue) = 201+187+218=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDA is #364425. Grayscale: #C2C2C2. Windows color (decimal): -3556390 or 14334921. OLE color: 14334921.

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

Color convert

RGB201187218-
CMYK0.080.1400.15
HSL267.1º29.52%79.41%-
HSV(B)267.1º14.22%85.49%-
XYZ54.5153.0273.69-
YUV194.72141.14132.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.17%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=33.17%
G=30.86%
B=35.97%

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
Decimal2011872180.080.1400.15267.129.5279.41
HexC9BBDA8E0F10b1e4f
Octal311273332101601741336117
Binary1100100110111011110110101000111001111100001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBDA; }

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

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

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

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

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

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

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

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