Html Css Color HEX #C5BECF Moon Raker

📋 copy color: '#C5BECF'

red 197 ◦ green 190 ◦ blue 207

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

Shades of Moon Raker #C5BECF

Tints of Moon Raker #C5BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.99%

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

R = 33.16%
G = 31.99%
B = 34.85%

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

#C5BECF (or 0xC5BECF) is known color: Moon Raker. HEX triplet: C5, BE and CF. RGB value is (197,190,207). Sum of RGB (Red+Green+Blue) = 197+190+207=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BECF is #3A4130. Grayscale: #C1C1C1. Windows color (decimal): -3817777 or 13614789. OLE color: 13614789.

HSL color Cylindrical-coordinate representation of color #C5BECF: hue angle of 264.71º degrees, saturation: 0.15, 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 #C5BECF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 190 207 -
CMYK 0.05 0.08 0 0.19
HSL 264.71º 0.15% 0.78% -
HSV(B) 264.71º 0.08% 0.81% -
XYZ 52.7 53.2 66.52 -
YUV 194.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 197 190 207 0.05 0.08 0 0.19 264.71 0.15 0.78
Hex C5 BE CF 5 8 0 13 109 F 4E
Octal 305 276 317 5 10 0 23 411 17 116
Binary 11000101 10111110 11001111 101 1000 0 10011 100001001 1111 1001110

Color Harmonies of #C5BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BECF

Black with #C5BECF

Text Example


Text Example

White with #C5BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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