Html Css Color HEX #C2BCCD Moon Raker

📋 copy color: '#C2BCCD'

red 194 ◦ green 188 ◦ blue 205

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

Shades of Moon Raker #C2BCCD

Tints of Moon Raker #C2BCCD

RGB

 RED value IS 194 (76.17% from 255) = 33.05%

 GREEN value IS 188 (73.83% from 255) = 32.03%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 33.05%
G = 32.03%
B = 34.92%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2BCCD (or 0xC2BCCD) is known color: Moon Raker. HEX triplet: C2, BC and CD. RGB value is (194,188,205). Sum of RGB (Red+Green+Blue) = 194+188+205=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCD is #3D4332. Grayscale: #BFBFBF. Windows color (decimal): -4014899 or 13483202. OLE color: 13483202.

HSL color Cylindrical-coordinate representation of color #C2BCCD: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BCCD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 188 205 -
CMYK 0.05 0.08 0 0.20
HSL 261.18º 0.15% 0.77% -
HSV(B) 261.18º 0.08% 0.8% -
XYZ 51.25 51.84 65.06 -
YUV 191.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 194 188 205 0.05 0.08 0 0.20 261.18 0.15 0.77
Hex C2 BC CD 5 8 0 14 105 F 4D
Octal 302 274 315 5 10 0 24 405 17 115
Binary 11000010 10111100 11001101 101 1000 0 10100 100000101 1111 1001101

Color Harmonies of #C2BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCCD

Black with #C2BCCD

Text Example


Text Example

White with #C2BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCCD; }

 p { color: rgb(194,188,205); }

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

background-color css

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

 a { background-color: rgb(194,188,205); }

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

border-color css

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

 span { border-color: rgb(194,188,205); }

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