#C5BBD4

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

Shades of Moon Raker #C5BBD4

Tints of Moon Raker #C5BBD4

Color information

#C5BBD4 (or 0xC5BBD4) is unknown color: approx Moon Raker. HEX triplet: C5, BB and D4. RGB value is (197,187,212). Sum of RGB (Red+Green+Blue) = 197+187+212=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD4 is #3A442B. Grayscale: #C0C0C0. Windows color (decimal): -3818540 or 13941701. OLE color: 13941701.

HSL color Cylindrical-coordinate representation of color #C5BBD4: hue angle of 264º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BBD4 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197187212-
CMYK0.070.1200.17
HSL264º22.52%78.24%-
HSV(B)264º11.79%83.14%-
XYZ52.6852.1669.58-
YUV192.84138.81130.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=33.05%
G=31.38%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971872120.070.1200.1726422.5278.24
HexC5BBD47C011108174e
Octal30527332471402141027116
Binary1100010110111011110101001111100010001100001000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBD4; }

 p { color: rgb(197,187,212); }

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

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

 a { background-color: rgb(197,187,212); }

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

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

 span { border-color: rgb(197,187,212); }

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