Html Css Color HEX #C6BED3 Moon Raker

📋 copy color: '#C6BED3'

red 198 ◦ green 190 ◦ blue 211

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

Shades of Moon Raker #C6BED3

Tints of Moon Raker #C6BED3

RGB

 RED value IS 198 (77.73% from 255) = 33.06%

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

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 33.06%
G = 31.72%
B = 35.23%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C6BED3 (or 0xC6BED3) is known color: Moon Raker. HEX triplet: C6, BE and D3. RGB value is (198,190,211). Sum of RGB (Red+Green+Blue) = 198+190+211=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED3 is #39412C. Grayscale: #C2C2C2. Windows color (decimal): -3752237 or 13876934. OLE color: 13876934.

HSL color Cylindrical-coordinate representation of color #C6BED3: hue angle of 262.86º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BED3 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 190 211 -
CMYK 0.06 0.10 0 0.17
HSL 262.86º 0.19% 0.79% -
HSV(B) 262.86º 0.1% 0.83% -
XYZ 53.46 53.54 69.14 -
YUV 194.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 198 190 211 0.06 0.10 0 0.17 262.86 0.19 0.79
Hex C6 BE D3 6 A 0 11 107 13 4F
Octal 306 276 323 6 12 0 21 407 23 117
Binary 11000110 10111110 11010011 110 1010 0 10001 100000111 10011 1001111

Color Harmonies of #C6BED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BED3

Black with #C6BED3

Text Example


Text Example

White with #C6BED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BED3; }

 p { color: rgb(198,190,211); }

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

background-color css

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

 a { background-color: rgb(198,190,211); }

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

border-color css

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

 span { border-color: rgb(198,190,211); }

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