Html Css Color HEX #C2B5CE Moon Raker

📋 copy color: '#C2B5CE'

red 194 ◦ green 181 ◦ blue 206

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

Shades of Moon Raker #C2B5CE

Tints of Moon Raker #C2B5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 33.39%
G = 31.15%
B = 35.46%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2B5CE (or 0xC2B5CE) is known color: Moon Raker. HEX triplet: C2, B5 and CE. RGB value is (194,181,206). Sum of RGB (Red+Green+Blue) = 194+181+206=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5CE is #3D4A31. Grayscale: #BBBBBB. Windows color (decimal): -4016690 or 13546946. OLE color: 13546946.

HSL color Cylindrical-coordinate representation of color #C2B5CE: hue angle of 271.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B5CE is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 181 206 -
CMYK 0.06 0.12 0 0.19
HSL 271.2º 0.2% 0.76% -
HSV(B) 271.2º 0.12% 0.81% -
XYZ 49.91 48.97 65.21 -
YUV 187.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 194 181 206 0.06 0.12 0 0.19 271.2 0.2 0.76
Hex C2 B5 CE 6 C 0 13 10F 14 4C
Octal 302 265 316 6 14 0 23 417 24 114
Binary 11000010 10110101 11001110 110 1100 0 10011 100001111 10100 1001100

Color Harmonies of #C2B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B5CE

Black with #C2B5CE

Text Example


Text Example

White with #C2B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B5CE; }

 p { color: rgb(194,181,206); }

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

background-color css

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

 a { background-color: rgb(194,181,206); }

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

border-color css

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

 span { border-color: rgb(194,181,206); }

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