#C8BDD4

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

Shades of Moon Raker #C8BDD4

Tints of Moon Raker #C8BDD4

Color information

#C8BDD4 (or 0xC8BDD4) is unknown color: approx Moon Raker. HEX triplet: C8, BD and D4. RGB value is (200,189,212). Sum of RGB (Red+Green+Blue) = 200+189+212=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #C8BDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDD4 is #37422B. Grayscale: #C2C2C2. Windows color (decimal): -3621420 or 13942216. OLE color: 13942216.

HSL color Cylindrical-coordinate representation of color #C8BDD4: hue angle of 268.7º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BDD4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200189212-
CMYK0.060.1100.17
HSL268.7º21.1%78.63%-
HSV(B)268.7º10.85%83.14%-
XYZ53.953.4369.76-
YUV194.91137.64131.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=33.28%
G=31.45%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001892120.060.1100.17268.721.178.63
HexC8BDD46B01110d154f
Octal31027532461302141525117
Binary1100100010111101110101001101011010001100001101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDD4; }

 p { color: rgb(200,189,212); }

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

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

 a { background-color: rgb(200,189,212); }

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

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

 span { border-color: rgb(200,189,212); }

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