Html Css Color HEX #C9BED6 Moon Raker

📋 copy color: '#C9BED6'

red 201 ◦ green 190 ◦ blue 214

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

Shades of Moon Raker #C9BED6

Tints of Moon Raker #C9BED6

RGB

 RED value IS 201 (78.91% from 255) = 33.22%

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

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 33.22%
G = 31.4%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9BED6 (or 0xC9BED6) is known color: Moon Raker. HEX triplet: C9, BE and D6. RGB value is (201,190,214). Sum of RGB (Red+Green+Blue) = 201+190+214=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED6 is #364129. Grayscale: #C3C3C3. Windows color (decimal): -3555626 or 14073545. OLE color: 14073545.

HSL color Cylindrical-coordinate representation of color #C9BED6: hue angle of 267.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BED6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 190 214 -
CMYK 0.06 0.11 0 0.16
HSL 267.5º 0.23% 0.79% -
HSV(B) 267.5º 0.11% 0.84% -
XYZ 54.64 54.1 71.18 -
YUV 196.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 201 190 214 0.06 0.11 0 0.16 267.5 0.23 0.79
Hex C9 BE D6 6 B 0 10 10C 17 4F
Octal 311 276 326 6 13 0 20 414 27 117
Binary 11001001 10111110 11010110 110 1011 0 10000 100001100 10111 1001111

Color Harmonies of #C9BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BED6

Black with #C9BED6

Text Example


Text Example

White with #C9BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BED6; }

 p { color: rgb(201,190,214); }

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

background-color css

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

 a { background-color: rgb(201,190,214); }

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

border-color css

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

 span { border-color: rgb(201,190,214); }

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