Html Css Color HEX #C5BED1 Moon Raker

📋 copy color: '#C5BED1'

red 197 ◦ green 190 ◦ blue 209

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

Shades of Moon Raker #C5BED1

Tints of Moon Raker #C5BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.88%

 BLUE value IS 209 (82.03% from 255) = 35.07%

R = 33.05%
G = 31.88%
B = 35.07%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5BED1 (or 0xC5BED1) is known color: Moon Raker. HEX triplet: C5, BE and D1. RGB value is (197,190,209). Sum of RGB (Red+Green+Blue) = 197+190+209=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BED1 is #3A412E. Grayscale: #C2C2C2. Windows color (decimal): -3817775 or 13745861. OLE color: 13745861.

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

Color convert

RGB 197 190 209 -
CMYK 0.06 0.09 0 0.18
HSL 262.11º 0.17% 0.78% -
HSV(B) 262.11º 0.09% 0.82% -
XYZ 52.95 53.3 67.82 -
YUV 194.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 197 190 209 0.06 0.09 0 0.18 262.11 0.17 0.78
Hex C5 BE D1 6 9 0 12 106 11 4E
Octal 305 276 321 6 11 0 22 406 21 116
Binary 11000101 10111110 11010001 110 1001 0 10010 100000110 10001 1001110

Color Harmonies of #C5BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BED1

Black with #C5BED1

Text Example


Text Example

White with #C5BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BED1; }

 p { color: rgb(197,190,209); }

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

background-color css

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

 a { background-color: rgb(197,190,209); }

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

border-color css

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

 span { border-color: rgb(197,190,209); }

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