#C9BBDB

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

Shades of Moon Raker #C9BBDB

Tints of Moon Raker #C9BBDB

Color information

#C9BBDB (or 0xC9BBDB) is unknown color: approx Moon Raker. HEX triplet: C9, BB and DB. RGB value is (201,187,219). Sum of RGB (Red+Green+Blue) = 201+187+219=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDB is #364424. Grayscale: #C2C2C2. Windows color (decimal): -3556389 or 14400457. OLE color: 14400457.

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

Color convert

RGB201187219-
CMYK0.080.1500.14
HSL266.25º30.77%79.61%-
HSV(B)266.25º14.61%85.88%-
XYZ54.6453.0774.38-
YUV194.83141.64132.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=33.11%
G=30.81%
B=36.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011872190.080.1500.14266.2530.7779.61
HexC9BBDB8F0E10a1f50
Octal311273333101701641237120
Binary1100100110111011110110111000111101110100001010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBDB; }

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

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

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

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

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

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

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

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