Html Css Color HEX #C6BDD0 Moon Raker

📋 copy color: '#C6BDD0'

red 198 ◦ green 189 ◦ blue 208

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

Shades of Moon Raker #C6BDD0

Tints of Moon Raker #C6BDD0

RGB

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

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

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

R = 33.28%
G = 31.76%
B = 34.96%

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

#C6BDD0 (or 0xC6BDD0) is known color: Moon Raker. HEX triplet: C6, BD and D0. RGB value is (198,189,208). Sum of RGB (Red+Green+Blue) = 198+189+208=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #C6BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDD0 is #39422F. Grayscale: #C1C1C1. Windows color (decimal): -3752496 or 13680070. OLE color: 13680070.

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

Color convert

RGB 198 189 208 -
CMYK 0.05 0.09 0 0.18
HSL 268.42º 0.17% 0.78% -
HSV(B) 268.42º 0.09% 0.82% -
XYZ 52.87 52.96 67.11 -
YUV 193.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 198 189 208 0.05 0.09 0 0.18 268.42 0.17 0.78
Hex C6 BD D0 5 9 0 12 10C 11 4E
Octal 306 275 320 5 11 0 22 414 21 116
Binary 11000110 10111101 11010000 101 1001 0 10010 100001100 10001 1001110

Color Harmonies of #C6BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDD0

Black with #C6BDD0

Text Example


Text Example

White with #C6BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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