Html Css Color HEX #C5BDD0 Moon Raker

📋 copy color: '#C5BDD0'

red 197 ◦ green 189 ◦ blue 208

#C5BDD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C5BDD0

Tints of Moon Raker #C5BDD0

RGB

 RED value IS 197 (77.34% from 255) = 33.16%

 GREEN value IS 189 (74.22% from 255) = 31.82%

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 33.16%
G = 31.82%
B = 35.02%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5BDD0 (or 0xC5BDD0) is known color: Moon Raker. HEX triplet: C5, BD and D0. RGB value is (197,189,208). Sum of RGB (Red+Green+Blue) = 197+189+208=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDD0 is #3A422F. Grayscale: #C1C1C1. Windows color (decimal): -3818032 or 13680069. OLE color: 13680069.

HSL color Cylindrical-coordinate representation of color #C5BDD0: hue angle of 265.26º 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 #C5BDD0 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 189 208 -
CMYK 0.05 0.09 0 0.18
HSL 265.26º 0.17% 0.78% -
HSV(B) 265.26º 0.09% 0.82% -
XYZ 52.61 52.82 67.1 -
YUV 193.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 197 189 208 0.05 0.09 0 0.18 265.26 0.17 0.78
Hex C5 BD D0 5 9 0 12 109 11 4E
Octal 305 275 320 5 11 0 22 411 21 116
Binary 11000101 10111101 11010000 101 1001 0 10010 100001001 10001 1001110

Color Harmonies of #C5BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDD0

Black with #C5BDD0

Text Example


Text Example

White with #C5BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDD0; }

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

 H1.HeaderClassName
 {
   color: #C5BDD0;
 }
 .AnyTagClassName
 {
   color: #C5BDD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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