#C4BBD1

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

Shades of Moon Raker #C4BBD1

Tints of Moon Raker #C4BBD1

Color information

#C4BBD1 (or 0xC4BBD1) is unknown color: approx Moon Raker. HEX triplet: C4, BB and D1. RGB value is (196,187,209). Sum of RGB (Red+Green+Blue) = 196+187+209=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD1 is #3B442E. Grayscale: #C0C0C0. Windows color (decimal): -3884079 or 13745092. OLE color: 13745092.

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

Color convert

RGB196187209-
CMYK0.060.1100.18
HSL264.55º19.3%77.65%-
HSV(B)264.55º10.53%81.96%-
XYZ52.0451.8867.59-
YUV192.2137.48130.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=33.11%
G=31.59%
B=35.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961872090.060.1100.18264.5519.377.65
HexC4BBD16B012109134e
Octal30427332161302241123116
Binary1100010010111011110100011101011010010100001001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBD1; }

 p { color: rgb(196,187,209); }

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

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

 a { background-color: rgb(196,187,209); }

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

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

 span { border-color: rgb(196,187,209); }

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