#C4BDD0

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

Shades of Moon Raker #C4BDD0

Tints of Moon Raker #C4BDD0

Color information

#C4BDD0 (or 0xC4BDD0) is unknown color: approx Moon Raker. HEX triplet: C4, BD and D0. RGB value is (196,189,208). Sum of RGB (Red+Green+Blue) = 196+189+208=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDD0 is #3B422F. Grayscale: #C1C1C1. Windows color (decimal): -3883568 or 13680068. OLE color: 13680068.

HSL color Cylindrical-coordinate representation of color #C4BDD0: hue angle of 262.11º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BDD0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196189208-
CMYK0.060.0900.18
HSL262.11º16.81%77.84%-
HSV(B)262.11º9.13%81.57%-
XYZ52.3552.6967.08-
YUV193.26136.32129.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.05%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=33.05%
G=31.87%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961892080.060.0900.18262.1116.8177.84
HexC4BDD069012106114e
Octal30427532061102240621116
Binary1100010010111101110100001101001010010100000110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDD0; }

 p { color: rgb(196,189,208); }

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

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

 a { background-color: rgb(196,189,208); }

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

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

 span { border-color: rgb(196,189,208); }

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