Html Css Color HEX #C0B8D3 Moon Raker

📋 copy color: '#C0B8D3'

red 192 ◦ green 184 ◦ blue 211

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

Shades of Moon Raker #C0B8D3

Tints of Moon Raker #C0B8D3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.35%

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

R = 32.71%
G = 31.35%
B = 35.95%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C0B8D3 (or 0xC0B8D3) is known color: Moon Raker. HEX triplet: C0, B8 and D3. RGB value is (192,184,211). Sum of RGB (Red+Green+Blue) = 192+184+211=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0B8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8D3 is #3F472C. Grayscale: #BDBDBD. Windows color (decimal): -4146989 or 13875392. OLE color: 13875392.

HSL color Cylindrical-coordinate representation of color #C0B8D3: hue angle of 257.78º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B8D3 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 184 211 -
CMYK 0.09 0.13 0 0.17
HSL 257.78º 0.23% 0.77% -
HSV(B) 257.78º 0.13% 0.83% -
XYZ 50.64 50.19 68.65 -
YUV 189.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 192 184 211 0.09 0.13 0 0.17 257.78 0.23 0.77
Hex C0 B8 D3 9 D 0 11 102 17 4D
Octal 300 270 323 11 15 0 21 402 27 115
Binary 11000000 10111000 11010011 1001 1101 0 10001 100000010 10111 1001101

Color Harmonies of #C0B8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8D3

Black with #C0B8D3

Text Example


Text Example

White with #C0B8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8D3; }

 p { color: rgb(192,184,211); }

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

background-color css

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

 a { background-color: rgb(192,184,211); }

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

border-color css

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

 span { border-color: rgb(192,184,211); }

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