Html Css Color HEX #C0BBCA Moon Raker

📋 copy color: '#C0BBCA'

red 192 ◦ green 187 ◦ blue 202

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

Shades of Moon Raker #C0BBCA

Tints of Moon Raker #C0BBCA

RGB

 RED value IS 192 (75.39% from 255) = 33.05%

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 33.05%
G = 32.19%
B = 34.77%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0BBCA (or 0xC0BBCA) is known color: Moon Raker. HEX triplet: C0, BB and CA. RGB value is (192,187,202). Sum of RGB (Red+Green+Blue) = 192+187+202=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBCA is #3F4435. Grayscale: #BEBEBE. Windows color (decimal): -4146230 or 13286336. OLE color: 13286336.

HSL color Cylindrical-coordinate representation of color #C0BBCA: hue angle of 260º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0BBCA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 187 202 -
CMYK 0.05 0.07 0 0.21
HSL 260º 0.12% 0.76% -
HSV(B) 260º 0.07% 0.79% -
XYZ 50.17 51.01 63.08 -
YUV 190.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 192 187 202 0.05 0.07 0 0.21 260 0.12 0.76
Hex C0 BB CA 5 7 0 15 104 C 4C
Octal 300 273 312 5 7 0 25 404 14 114
Binary 11000000 10111011 11001010 101 111 0 10101 100000100 1100 1001100

Color Harmonies of #C0BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBCA

Black with #C0BBCA

Text Example


Text Example

White with #C0BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBCA; }

 p { color: rgb(192,187,202); }

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

background-color css

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

 a { background-color: rgb(192,187,202); }

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

border-color css

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

 span { border-color: rgb(192,187,202); }

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