Html Css Color HEX #C5BFCF Moon Raker

📋 copy color: '#C5BFCF'

red 197 ◦ green 191 ◦ blue 207

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

Shades of Moon Raker #C5BFCF

Tints of Moon Raker #C5BFCF

RGB

 RED value IS 197 (77.34% from 255) = 33.11%

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 33.11%
G = 32.1%
B = 34.79%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5BFCF (or 0xC5BFCF) is known color: Moon Raker. HEX triplet: C5, BF and CF. RGB value is (197,191,207). Sum of RGB (Red+Green+Blue) = 197+191+207=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFCF is #3A4030. Grayscale: #C2C2C2. Windows color (decimal): -3817521 or 13615045. OLE color: 13615045.

HSL color Cylindrical-coordinate representation of color #C5BFCF: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BFCF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 191 207 -
CMYK 0.05 0.08 0 0.19
HSL 262.5º 0.14% 0.78% -
HSV(B) 262.5º 0.08% 0.81% -
XYZ 52.92 53.64 66.6 -
YUV 194.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 197 191 207 0.05 0.08 0 0.19 262.5 0.14 0.78
Hex C5 BF CF 5 8 0 13 106 E 4E
Octal 305 277 317 5 10 0 23 406 16 116
Binary 11000101 10111111 11001111 101 1000 0 10011 100000110 1110 1001110

Color Harmonies of #C5BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFCF

Black with #C5BFCF

Text Example


Text Example

White with #C5BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFCF; }

 p { color: rgb(197,191,207); }

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

background-color css

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

 a { background-color: rgb(197,191,207); }

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

border-color css

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

 span { border-color: rgb(197,191,207); }

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