Html Css Color HEX #C1BBCC Moon Raker

📋 copy color: '#C1BBCC'

red 193 ◦ green 187 ◦ blue 204

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

Shades of Moon Raker #C1BBCC

Tints of Moon Raker #C1BBCC

RGB

 RED value IS 193 (75.78% from 255) = 33.05%

 GREEN value IS 187 (73.44% from 255) = 32.02%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 33.05%
G = 32.02%
B = 34.93%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C1BBCC (or 0xC1BBCC) is known color: Moon Raker. HEX triplet: C1, BB and CC. RGB value is (193,187,204). Sum of RGB (Red+Green+Blue) = 193+187+204=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBCC is #3E4433. Grayscale: #BEBEBE. Windows color (decimal): -4080692 or 13417409. OLE color: 13417409.

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

Color convert

RGB 193 187 204 -
CMYK 0.05 0.08 0 0.2
HSL 261.18º 0.14% 0.77% -
HSV(B) 261.18º 0.08% 0.8% -
XYZ 50.66 51.24 64.35 -
YUV 190.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 193 187 204 0.05 0.08 0 0.2 261.18 0.14 0.77
Hex C1 BB CC 5 8 0 14 105 E 4D
Octal 301 273 314 5 10 0 24 405 16 115
Binary 11000001 10111011 11001100 101 1000 0 10100 100000101 1110 1001101

Color Harmonies of #C1BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBCC

Black with #C1BBCC

Text Example


Text Example

White with #C1BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBCC; }

 p { color: rgb(193,187,204); }

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

background-color css

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

 a { background-color: rgb(193,187,204); }

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

border-color css

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

 span { border-color: rgb(193,187,204); }

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