Html Css Color HEX #C0B5D8 Moon Raker

📋 copy color: '#C0B5D8'

red 192 ◦ green 181 ◦ blue 216

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

Shades of Moon Raker #C0B5D8

Tints of Moon Raker #C0B5D8

RGB

 RED value IS 192 (75.39% from 255) = 32.6%

 GREEN value IS 181 (71.09% from 255) = 30.73%

 BLUE value IS 216 (84.77% from 255) = 36.67%

R = 32.6%
G = 30.73%
B = 36.67%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0B5D8 (or 0xC0B5D8) is known color: Moon Raker. HEX triplet: C0, B5 and D8. RGB value is (192,181,216). Sum of RGB (Red+Green+Blue) = 192+181+216=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0B5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5D8 is #3F4A27. Grayscale: #BCBCBC. Windows color (decimal): -4147752 or 14202304. OLE color: 14202304.

HSL color Cylindrical-coordinate representation of color #C0B5D8: hue angle of 258.86º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0B5D8 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 181 216 -
CMYK 0.11 0.16 0 0.15
HSL 258.86º 0.31% 0.78% -
HSV(B) 258.86º 0.16% 0.85% -
XYZ 50.66 49.21 71.79 -
YUV 188.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 192 181 216 0.11 0.16 0 0.15 258.86 0.31 0.78
Hex C0 B5 D8 B 10 0 F 103 1F 4E
Octal 300 265 330 13 20 0 17 403 37 116
Binary 11000000 10110101 11011000 1011 10000 0 1111 100000011 11111 1001110

Color Harmonies of #C0B5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5D8

Black with #C0B5D8

Text Example


Text Example

White with #C0B5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5D8; }

 p { color: rgb(192,181,216); }

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

background-color css

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

 a { background-color: rgb(192,181,216); }

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

border-color css

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

 span { border-color: rgb(192,181,216); }

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