Html Css Color HEX #C7BAD5 Moon Raker

📋 copy color: '#C7BAD5'

red 199 ◦ green 186 ◦ blue 213

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

Shades of Moon Raker #C7BAD5

Tints of Moon Raker #C7BAD5

RGB

 RED value IS 199 (78.13% from 255) = 33.28%

 GREEN value IS 186 (73.05% from 255) = 31.1%

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 33.28%
G = 31.1%
B = 35.62%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7BAD5 (or 0xC7BAD5) is known color: Moon Raker. HEX triplet: C7, BA and D5. RGB value is (199,186,213). Sum of RGB (Red+Green+Blue) = 199+186+213=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAD5 is #38452A. Grayscale: #C0C0C0. Windows color (decimal): -3687723 or 14006983. OLE color: 14006983.

HSL color Cylindrical-coordinate representation of color #C7BAD5: hue angle of 268.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BAD5 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 186 213 -
CMYK 0.07 0.13 0 0.16
HSL 268.89º 0.24% 0.78% -
HSV(B) 268.89º 0.13% 0.84% -
XYZ 53.12 52.06 70.2 -
YUV 192.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 199 186 213 0.07 0.13 0 0.16 268.89 0.24 0.78
Hex C7 BA D5 7 D 0 10 10D 18 4E
Octal 307 272 325 7 15 0 20 415 30 116
Binary 11000111 10111010 11010101 111 1101 0 10000 100001101 11000 1001110

Color Harmonies of #C7BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAD5

Black with #C7BAD5

Text Example


Text Example

White with #C7BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAD5; }

 p { color: rgb(199,186,213); }

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

background-color css

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

 a { background-color: rgb(199,186,213); }

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

border-color css

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

 span { border-color: rgb(199,186,213); }

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