Html Css Color HEX #C0BECA Ghost

📋 copy color: '#C0BECA'

red 192 ◦ green 190 ◦ blue 202

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

Shades of Ghost #C0BECA

Tints of Ghost #C0BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.53%

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

R = 32.88%
G = 32.53%
B = 34.59%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0BECA (or 0xC0BECA) is known color: Ghost. HEX triplet: C0, BE and CA. RGB value is (192,190,202). Sum of RGB (Red+Green+Blue) = 192+190+202=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BECA is #3F4135. Grayscale: #BFBFBF. Windows color (decimal): -4145462 or 13287104. OLE color: 13287104.

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

Color convert

RGB 192 190 202 -
CMYK 0.05 0.06 0 0.21
HSL 250º 0.1% 0.77% -
HSV(B) 250º 0.06% 0.79% -
XYZ 50.81 52.3 63.29 -
YUV 191.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 192 190 202 0.05 0.06 0 0.21 250 0.1 0.77
Hex C0 BE CA 5 6 0 15 FA A 4D
Octal 300 276 312 5 6 0 25 372 12 115
Binary 11000000 10111110 11001010 101 110 0 10101 11111010 1010 1001101

Color Harmonies of #C0BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BECA

Black with #C0BECA

Text Example


Text Example

White with #C0BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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