#C9BFD5

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

Shades of Moon Raker #C9BFD5

Tints of Moon Raker #C9BFD5

Color information

#C9BFD5 (or 0xC9BFD5) is unknown color: approx Moon Raker. HEX triplet: C9, BF and D5. RGB value is (201,191,213). Sum of RGB (Red+Green+Blue) = 201+191+213=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFD5 is #36402A. Grayscale: #C4C4C4. Windows color (decimal): -3555371 or 14008265. OLE color: 14008265.

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

Color convert

RGB201191213-
CMYK0.060.1000.16
HSL267.27º20.75%79.22%-
HSV(B)267.27º10.33%83.53%-
XYZ54.7354.4870.58-
YUV196.5137.31131.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=33.22%
G=31.57%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011912130.060.1000.16267.2720.7579.22
HexC9BFD56A01010b154f
Octal31127732561202041325117
Binary1100100110111111110101011101010010000100001011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFD5; }

 p { color: rgb(201,191,213); }

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

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

 a { background-color: rgb(201,191,213); }

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

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

 span { border-color: rgb(201,191,213); }

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