Html Css Color HEX #C3BCCF Moon Raker

📋 copy color: '#C3BCCF'

red 195 ◦ green 188 ◦ blue 207

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

Shades of Moon Raker #C3BCCF

Tints of Moon Raker #C3BCCF

RGB

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

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

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

R = 33.05%
G = 31.86%
B = 35.08%

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

#C3BCCF (or 0xC3BCCF) is known color: Moon Raker. HEX triplet: C3, BC and CF. RGB value is (195,188,207). Sum of RGB (Red+Green+Blue) = 195+188+207=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCF is #3C4330. Grayscale: #C0C0C0. Windows color (decimal): -3949361 or 13614275. OLE color: 13614275.

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

Color convert

RGB 195 188 207 -
CMYK 0.06 0.09 0 0.19
HSL 262.11º 0.17% 0.77% -
HSV(B) 262.11º 0.09% 0.81% -
XYZ 51.75 52.07 66.36 -
YUV 192.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 195 188 207 0.06 0.09 0 0.19 262.11 0.17 0.77
Hex C3 BC CF 6 9 0 13 106 11 4D
Octal 303 274 317 6 11 0 23 406 21 115
Binary 11000011 10111100 11001111 110 1001 0 10011 100000110 10001 1001101

Color Harmonies of #C3BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCCF

Black with #C3BCCF

Text Example


Text Example

White with #C3BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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