Html Css Color HEX #C2BCCF Moon Raker

📋 copy color: '#C2BCCF'

red 194 ◦ green 188 ◦ blue 207

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

Shades of Moon Raker #C2BCCF

Tints of Moon Raker #C2BCCF

RGB

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

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

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

R = 32.94%
G = 31.92%
B = 35.14%

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

#C2BCCF (or 0xC2BCCF) is known color: Moon Raker. HEX triplet: C2, BC and CF. RGB value is (194,188,207). Sum of RGB (Red+Green+Blue) = 194+188+207=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCCF is #3D4330. Grayscale: #BFBFBF. Windows color (decimal): -4014897 or 13614274. OLE color: 13614274.

HSL color Cylindrical-coordinate representation of color #C2BCCF: hue angle of 258.95º 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 #C2BCCF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 188 207 -
CMYK 0.06 0.09 0 0.19
HSL 258.95º 0.17% 0.77% -
HSV(B) 258.95º 0.09% 0.81% -
XYZ 51.49 51.94 66.34 -
YUV 191.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 194 188 207 0.06 0.09 0 0.19 258.95 0.17 0.77
Hex C2 BC CF 6 9 0 13 103 11 4D
Octal 302 274 317 6 11 0 23 403 21 115
Binary 11000010 10111100 11001111 110 1001 0 10011 100000011 10001 1001101

Color Harmonies of #C2BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCCF

Black with #C2BCCF

Text Example


Text Example

White with #C2BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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