#C7BDD4

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

Shades of Moon Raker #C7BDD4

Tints of Moon Raker #C7BDD4

Color information

#C7BDD4 (or 0xC7BDD4) is unknown color: approx Moon Raker. HEX triplet: C7, BD and D4. RGB value is (199,189,212). Sum of RGB (Red+Green+Blue) = 199+189+212=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #C7BDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDD4 is #38422B. Grayscale: #C2C2C2. Windows color (decimal): -3686956 or 13942215. OLE color: 13942215.

HSL color Cylindrical-coordinate representation of color #C7BDD4: hue angle of 266.09º 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 #C7BDD4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199189212-
CMYK0.060.1100.17
HSL266.09º21.1%78.63%-
HSV(B)266.09º10.85%83.14%-
XYZ53.6353.2969.75-
YUV194.61137.81131.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.17%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 212 (83.20% from 255) = 35.33%
R=33.17%
G=31.5%
B=35.33%

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
Decimal1991892120.060.1100.17266.0921.178.63
HexC7BDD46B01110a154f
Octal30727532461302141225117
Binary1100011110111101110101001101011010001100001010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDD4; }

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

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

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

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

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

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

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

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