Html Css Color HEX #C3BDCF Moon Raker

📋 copy color: '#C3BDCF'

red 195 ◦ green 189 ◦ blue 207

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

Shades of Moon Raker #C3BDCF

Tints of Moon Raker #C3BDCF

RGB

 RED value IS 195 (76.56% from 255) = 32.99%

 GREEN value IS 189 (74.22% from 255) = 31.98%

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

R = 32.99%
G = 31.98%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3BDCF (or 0xC3BDCF) is known color: Moon Raker. HEX triplet: C3, BD and CF. RGB value is (195,189,207). Sum of RGB (Red+Green+Blue) = 195+189+207=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCF is #3C4230. Grayscale: #C0C0C0. Windows color (decimal): -3949105 or 13614531. OLE color: 13614531.

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

Color convert

RGB 195 189 207 -
CMYK 0.06 0.09 0 0.19
HSL 260º 0.16% 0.78% -
HSV(B) 260º 0.09% 0.81% -
XYZ 51.97 52.5 66.43 -
YUV 192.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 195 189 207 0.06 0.09 0 0.19 260 0.16 0.78
Hex C3 BD CF 6 9 0 13 104 10 4E
Octal 303 275 317 6 11 0 23 404 20 116
Binary 11000011 10111101 11001111 110 1001 0 10011 100000100 10000 1001110

Color Harmonies of #C3BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDCF

Black with #C3BDCF

Text Example


Text Example

White with #C3BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDCF; }

 p { color: rgb(195,189,207); }

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

background-color css

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

 a { background-color: rgb(195,189,207); }

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

border-color css

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

 span { border-color: rgb(195,189,207); }

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